diff --git a/lib/Doctrine/ORM/Version.php b/lib/Doctrine/ORM/Version.php index fee5b82c0..11765930c 100644 --- a/lib/Doctrine/ORM/Version.php +++ b/lib/Doctrine/ORM/Version.php @@ -22,7 +22,6 @@ namespace Doctrine\ORM; /** * Class to store and retrieve the version of Doctrine * - * * @link www.doctrine-project.org * @since 2.0 * @version $Revision$ @@ -36,7 +35,7 @@ class Version /** * Current Doctrine Version */ - const VERSION = '2.6.0-DEV'; + const VERSION = '2.6.0'; /** * Compares a Doctrine version with the current one.