From 374e7ace49d864dad8cddbc55346447c8a6a2083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Wed, 20 Dec 2017 01:38:15 +0100 Subject: [PATCH] Preparing v2.6.0 release --- lib/Doctrine/ORM/Version.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.