From fc19c3b53dcd00e6584db40669fdd699c4671f97 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 11 Jul 2014 05:05:53 +0200 Subject: [PATCH] Release 2.4.4 --- 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 b46b2df19..388b59f22 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.4-DEV'; + const VERSION = '2.4.4'; /** * Compares a Doctrine version with the current one.