From df902c9c6a684e16a97107be0118e7325b859cea Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Wed, 25 Mar 2015 23:14:52 +0000 Subject: [PATCH] Preparing release v2.5.0-RC1 --- 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 afc27f5da..ef8bb0c06 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-DEV'; + const VERSION = '2.5.0-RC1'; /** * Compares a Doctrine version with the current one.