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

Bumping version constants to 2.5.0-DEV

This commit is contained in:
Marco Pivetta 2015-03-18 22:38:42 +00:00
parent 483d48cc54
commit 24425436b0

View File

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