From 9efbc1fa7190d6caf05d5fbbac8a765d89d382a4 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 7 Sep 2013 18:19:57 +0200 Subject: [PATCH] Bump version to 2.4.1 --- 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 0ad476255..fd4f2c569 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'; + const VERSION = '2.4.1-DEV'; /** * Compares a Doctrine version with the current one.