updated VERSION for 2.4.5

This commit is contained in:
Fabien Potencier 2014-05-22 23:04:05 +02:00
parent 939778b894
commit 885b6d1744

View File

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