From 8bb1d5448baf25e6ad0ed0627b7bd099e1738399 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 6 Oct 2014 15:23:31 +0200 Subject: [PATCH] Bump version to 2.4.7 --- 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 8eba4608542..89788c3b728 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.4.6'; + const VERSION = '2.4.7-DEV'; /** * Compares a Doctrine version with the current one.