From 2983081a602905917aa10ca26331661682b0b25e Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 23 Nov 2015 13:44:56 +0100 Subject: [PATCH] Bumping current dev version to 2.5.3-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 95faf5787..c00ec6fe2 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'; + const VERSION = '2.5.3-DEV'; /** * Compares a Doctrine version with the current one.