1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Release 2.2.0-BETA1

This commit is contained in:
Benjamin Eberlei 2011-12-20 22:39:27 +01:00
parent 9d906fa31e
commit 6136654dad
2 changed files with 2 additions and 2 deletions

View File

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

View File

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