From c4b7d3fbea7970ec1fd9ef0c258654be54763195 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Tue, 12 Nov 2013 13:40:15 +0100 Subject: [PATCH] Bump version to 2.4.2 --- 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 c6506b55c..493fe35a8 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.1'; + const VERSION = '2.4.2-DEV'; /** * Compares a Doctrine version with the current one.