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

Revert Version to 2.0.0RC1-DEV

This commit is contained in:
Benjamin Eberlei 2010-12-04 05:28:26 -05:00
parent 5b20838aec
commit 72ba369dbb

View File

@ -36,7 +36,7 @@ class Version
/**
* Current Doctrine Version
*/
const VERSION = '2.0.0-DEV';
const VERSION = '2.0.0RC1-DEV';
/**
* Compares a Doctrine version with the current one.
@ -52,4 +52,4 @@ class Version
return version_compare($version, $currentVersion);
}
}
}