Skip to content

Commit

Permalink
Release 2.2.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Jan 22, 2012
1 parent dbf1c4c commit e44289d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.2.0-RC1",
"description": "Object-Relational-Mapper for PHP",
"keywords": ["orm", "database"],
"homepage": "http://www.doctrine-project.org",
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.2.0-DEV';
const VERSION = '2.2.0-RC1';

/**
* Compares a Doctrine version with the current one.
Expand Down

0 comments on commit e44289d

Please sign in to comment.