1
0
mirror of synced 2025-02-20 14:13:15 +03:00

Fix Version

This commit is contained in:
Benjamin Eberlei 2012-01-02 15:13:48 +01:00
parent c6730de3d1
commit 9a0d36ae86

View File

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