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

Bump Dev Version to 2.0.0-DEV

This commit is contained in:
Benjamin Eberlei 2010-12-04 05:24:00 -05:00
parent ca682b3840
commit 8654d060c6

View File

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