From 9f01e9563fd88a5359da39922e853cb6df445d0f Mon Sep 17 00:00:00 2001
From: Benjamin Eberlei <kontakt@beberlei.de>
Date: Mon, 16 May 2011 19:35:00 +0000
Subject: [PATCH] Bump Dev Version to 2.1.0BETA2-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 e459dceb6..002e28930 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.0-DEV';
+    const VERSION = '2.1.0BETA2-DEV';
 
     /**
      * Compares a Doctrine version with the current one.