1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Release 2.1.0RC3

This commit is contained in:
Benjamin Eberlei 2011-07-02 20:28:37 +00:00
parent cbe14a694a
commit e4f2a56277

View File

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