updated VERSION for 2.4.6

This commit is contained in:
Fabien Potencier 2014-05-31 20:42:13 +02:00
parent f094476d07
commit ebf1be8a92

View File

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