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

Bump Dev Version to 2.1.0RC2-DEV

This commit is contained in:
Benjamin Eberlei 2011-06-18 22:08:52 +00:00
parent 054ac220ac
commit 197744a57f

View File

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