From 464b5fdbfbbeb4a65465ac173c4c5d90960f41ff Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 23 Nov 2015 13:44:25 +0100 Subject: [PATCH] Release 2.5.2 --- 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 5085392d8..95faf5787 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.2-DEV'; + const VERSION = '2.5.2'; /** * Compares a Doctrine version with the current one.