diff --git a/lib/Doctrine/Common/Version.php b/lib/Doctrine/Common/Version.php index e17ffafd6..7baa65438 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.1-DEV'; + const VERSION = '2.6.1'; /** * Compares a Doctrine version with the current one.