Compare commits

...

1 Commits

Author SHA1 Message Date
Marco Pivetta
4d70c195c1 Release v2.5.0-alpha1 2015-01-18 03:09:44 +01:00

View File

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