From 8a13376d42b5ea467727ffe730aa0e14ca3c5e29 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Tue, 10 Jun 2014 13:49:08 +0200 Subject: [PATCH] Release 2.4.3 --- 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 9aa95c42d..1370e2f08 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.3-DEV'; + const VERSION = '2.4.3'; /** * Compares a Doctrine version with the current one.