diff --git a/lib/Doctrine/Common/Version.php b/lib/Doctrine/Common/Version.php index 80c1fbf76..fbb653239 100644 --- a/lib/Doctrine/Common/Version.php +++ b/lib/Doctrine/Common/Version.php @@ -34,7 +34,7 @@ class Version /** * Current Doctrine Version. */ - const VERSION = '2.6.0-DEV'; + const VERSION = '2.5.2'; /** * Compares a Doctrine version with the current one.