Compare commits

...

1 Commits

Author SHA1 Message Date
Marco Pivetta
8f62728f4f Doctrine ORM 2.5.0-alpha2 release 2015-01-28 21:44:51 +00:00

View File

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