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
1 changed files with 4 additions and 4 deletions

View File

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