From d9fc5388f1aa1751a0e148e76b4569bd207338e9 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 25 Dec 2015 16:50:05 +0100 Subject: [PATCH] 2.5.3 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 c00ec6fe2..858993334 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.3-DEV'; + const VERSION = '2.5.3'; /** * Compares a Doctrine version with the current one.