Skip to content

Commit

Permalink
Fix Doctrine Common Version
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Dec 19, 2011
1 parent 6c37d60 commit 2a3a962
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "lib/vendor/doctrine-build-common"]
path = lib/vendor/doctrine-build-common
url = git://github.com/doctrine/doctrine-build-common.git
2 changes: 1 addition & 1 deletion lib/Doctrine/Common/Version.php
Expand Up @@ -36,7 +36,7 @@ class Version
/**
* Current Doctrine Version
*/
const VERSION = '2.2.0RC1-DEV';
const VERSION = '2.2.0-DEV';

/**
* Compares a Doctrine version with the current one.
Expand Down
1 change: 1 addition & 0 deletions lib/vendor/doctrine-build-common
Submodule doctrine-build-common added at df376c

0 comments on commit 2a3a962

Please sign in to comment.