bumped Symfony version to 2.3.24

This commit is contained in:
Fabien Potencier 2014-12-03 15:07:19 +01:00
parent daf150374d
commit 9b24d184c2

View File

@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime; protected $startTime;
protected $loadClassCache; protected $loadClassCache;
const VERSION = '2.3.23'; const VERSION = '2.3.24-DEV';
const VERSION_ID = '20323'; const VERSION_ID = '20324';
const MAJOR_VERSION = '2'; const MAJOR_VERSION = '2';
const MINOR_VERSION = '3'; const MINOR_VERSION = '3';
const RELEASE_VERSION = '23'; const RELEASE_VERSION = '24';
const EXTRA_VERSION = ''; const EXTRA_VERSION = 'DEV';
/** /**
* Constructor. * Constructor.