1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

Release 2.3.0-BETA1

This commit is contained in:
Benjamin Eberlei 2012-07-16 15:23:33 +02:00
parent e0455b5550
commit 816f709950
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"type": "library", "type": "library","version":"2.3.0-BETA1",
"description": "Object-Relational-Mapper for PHP", "description": "Object-Relational-Mapper for PHP",
"keywords": ["orm", "database"], "keywords": ["orm", "database"],
"homepage": "http://www.doctrine-project.org", "homepage": "http://www.doctrine-project.org",

View file

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