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

Fix glitch in Version produced by build-script

This commit is contained in:
Benjamin Eberlei 2011-12-21 00:00:43 +01:00
parent 0551ccca92
commit ca470d8ba7

View File

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