1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Preparing release v2.5.0-RC1

This commit is contained in:
Marco Pivetta 2015-03-25 23:14:52 +00:00
parent cf1ecffb14
commit df902c9c6a

View File

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