From 57705e0d781719b96daf322a6d6f66ff21e3cdc9 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 7 Sep 2013 18:19:56 +0200 Subject: [PATCH] Release 2.4.0 --- 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 4dba7902f5f..0ad4762554c 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.0-DEV'; + const VERSION = '2.4.0'; /** * Compares a Doctrine version with the current one.