From 2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Tue, 16 Dec 2014 14:45:01 +0100 Subject: [PATCH] Release v2.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 89788c3b728..b85d7ea7f64 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.7-DEV'; + const VERSION = '2.4.7'; /** * Compares a Doctrine version with the current one.