From 5bfa56aee01cb285d7a4e5a1c2d8ede3f6132cf0 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 8 Feb 2014 17:35:11 +0100 Subject: [PATCH] Bump version to 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 a1b25fc04..9aa95c42d 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.2'; + const VERSION = '2.4.3-DEV'; /** * Compares a Doctrine version with the current one.