From ffca455788d251529994e9268a67a9822ed6d05b Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 2 Jul 2011 20:29:02 +0000 Subject: [PATCH] Bump Dev Version to 2.1.0RC4-DEV --- 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 d6d32a10b..5e811edd0 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.1.0RC3'; + const VERSION = '2.1.0RC4-DEV'; /** * Compares a Doctrine version with the current one.