Skip to content

Commit

Permalink
Fix composer and Version after wrong release
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Dec 19, 2011
1 parent f08367e commit 15ac306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
@@ -1,6 +1,6 @@
{ {
"name": "doctrine/common", "name": "doctrine/common",
"type": "library" "type": "library",
"description": "Common Library for Doctrine projects", "description": "Common Library for Doctrine projects",
"keywords": ["collections", "spl", "eventmanager", "annotations", "persistence"], "keywords": ["collections", "spl", "eventmanager", "annotations", "persistence"],
"homepage": "http://www.doctrine-project.org", "homepage": "http://www.doctrine-project.org",
Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/Common/Version.php
Expand Up @@ -36,7 +36,7 @@ class Version
/** /**
* Current Doctrine Version * Current Doctrine Version
*/ */
const VERSION = '2.2.1'; const VERSION = '2.2.0-DEV';


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

0 comments on commit 15ac306

Please sign in to comment.