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

Bumping version constants for the 2.5.0-BETA1 release

This commit is contained in:
Marco Pivetta 2015-03-18 22:38:18 +00:00
parent 05db65d034
commit 483d48cc54

View File

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