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

Bump Dev Version to 2.1.0RC4-DEV

This commit is contained in:
Benjamin Eberlei 2011-07-02 20:29:02 +00:00
parent e4f2a56277
commit ffca455788

View File

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