Skip to content

Commit

Permalink
Release 2.4.0-BETA1
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Mar 24, 2013
1 parent 1f89d8c commit 827f1f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 827f1f8

Please sign in to comment.