From 5db6ab40e4c531f14dad4ca96a394dfce5d4255b Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Wed, 21 May 2014 21:28:51 +0200 Subject: [PATCH] Release 2.4.2 --- lib/Doctrine/Common/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Common/Version.php b/lib/Doctrine/Common/Version.php index c52c4729c..ea1760ad6 100644 --- a/lib/Doctrine/Common/Version.php +++ b/lib/Doctrine/Common/Version.php @@ -34,7 +34,7 @@ class Version /** * Current Doctrine Version. */ - const VERSION = '2.4.2-DEV'; + const VERSION = '2.4.2'; /** * Compares a Doctrine version with the current one.