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
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.24';
const VERSION_ID = '20324';
const VERSION = '2.3.25-DEV';
const VERSION_ID = '20325';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '3';
const RELEASE_VERSION = '24';
const EXTRA_VERSION = '';
const RELEASE_VERSION = '25';
const EXTRA_VERSION = 'DEV';
/**
* Constructor.