From e4f2a5627749dd30958a1e7f10c39839c45e1772 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 2 Jul 2011 20:28:37 +0000 Subject: [PATCH] Release 2.1.0RC3 --- 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..d6d32a10b 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.0RC3'; /** * Compares a Doctrine version with the current one.