bumped Symfony version to 2.5.7

This commit is contained in:
Fabien Potencier 2014-10-24 10:21:46 +02:00
parent 1a1b1e5289
commit 0f4993bd2a

View File

@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;
const VERSION = '2.5.6';
const VERSION_ID = '20506';
const VERSION = '2.5.7-DEV';
const VERSION_ID = '20507';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '5';
const RELEASE_VERSION = '6';
const EXTRA_VERSION = '';
const RELEASE_VERSION = '7';
const EXTRA_VERSION = 'DEV';
/**
* Constructor.