From 6988b55f50d7a5e033248c7c30699eff317ae93a Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Tue, 21 Dec 2010 16:45:50 -0500 Subject: [PATCH] Bump Dev Version to 2.1.0-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 203cdfa2a..e459dceb6 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.0.0-DEV'; + const VERSION = '2.1.0-DEV'; /** * Compares a Doctrine version with the current one.