1
0
mirror of synced 2025-03-11 15:16:10 +03:00

Preparing v2.6.0 release

This commit is contained in:
Luís Cobucci 2017-12-20 01:38:15 +01:00
parent d752cafb47
commit 374e7ace49
No known key found for this signature in database
GPG Key ID: EC61C5F01750ED3C

View File

@ -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.