updated VERSION for 2.6.5

This commit is contained in:
Fabien Potencier 2015-03-17 15:58:46 +01:00
parent 9f9cc1571e
commit 80833da9d0

View File

@ -60,12 +60,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;
const VERSION = '2.6.5-DEV';
const VERSION = '2.6.5';
const VERSION_ID = '20605';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '6';
const RELEASE_VERSION = '5';
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
/**
* Constructor.