bumped Symfony version to 2.3.25

This commit is contained in:
Fabien Potencier 2015-01-07 12:12:24 +01:00
parent 5b2c33be25
commit 1b39930dad

View File

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