1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Release 2.4.0-BETA1

This commit is contained in:
Benjamin Eberlei 2013-03-24 19:58:19 +01:00
parent 1f89d8ce2f
commit 827f1f84cb
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "doctrine/orm",
"type": "library",
"type": "library","version":"2.4.0-BETA1",
"description": "Object-Relational-Mapper for PHP",
"keywords": ["orm", "database"],
"homepage": "http://www.doctrine-project.org",
@ -16,7 +16,7 @@
"php": ">=5.3.2",
"ext-pdo": "*",
"doctrine/collections": "~1.1",
"doctrine/dbal": ">=2.4-dev,<2.5-dev",
"doctrine/dbal": ">=2.4-beta,<2.5-dev",
"symfony/console": "2.*"
},
"suggest": {

View File

@ -36,7 +36,7 @@ class Version
/**
* Current Doctrine Version
*/
const VERSION = '2.4.0-DEV';
const VERSION = '2.4.0-BETA1';
/**
* Compares a Doctrine version with the current one.