bumped Symfony version to 2.5.11

This commit is contained in:
Fabien Potencier 2015-02-02 15:03:24 +01:00
parent 6ffe6437a9
commit 45e42a8d21

View File

@ -60,12 +60,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;
const VERSION = '2.5.10';
const VERSION_ID = '20510';
const VERSION = '2.5.11-DEV';
const VERSION_ID = '20511';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '5';
const RELEASE_VERSION = '10';
const EXTRA_VERSION = '';
const RELEASE_VERSION = '11';
const EXTRA_VERSION = 'DEV';
/**
* Constructor.