From 24425436b038dfade827def4cbeec228b64e32cf Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Wed, 18 Mar 2015 22:38:42 +0000 Subject: [PATCH] Bumping version constants to 2.5.0-DEV --- lib/Doctrine/ORM/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Version.php b/lib/Doctrine/ORM/Version.php index 651f9ab40..afc27f5da 100644 --- a/lib/Doctrine/ORM/Version.php +++ b/lib/Doctrine/ORM/Version.php @@ -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.