Release 2.2.0-BETA2
This commit is contained in:
parent
4deeb23af0
commit
8d3d604ed3
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "doctrine/orm",
|
"name": "doctrine/orm",
|
||||||
"type": "library",
|
"type": "library","version":"2.2.0-BETA2",
|
||||||
"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",
|
||||||
|
@ -36,7 +36,7 @@ class Version
|
|||||||
/**
|
/**
|
||||||
* Current Doctrine Version
|
* Current Doctrine Version
|
||||||
*/
|
*/
|
||||||
const VERSION = '2.2.0-DEV';
|
const VERSION = '2.2.0-BETA2';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compares a Doctrine version with the current one.
|
* Compares a Doctrine version with the current one.
|
||||||
|
Loading…
Reference in New Issue
Block a user