From aa80c7d2c55a372f5f9f825f5c66dbda53a6e3fe Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 2 Apr 2015 21:40:18 +0100 Subject: [PATCH] Preparing for v2.5.0 release --- 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..667c26dfd 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'; /** * Compares a Doctrine version with the current one.