bumped Symfony version to 2.3.11

This commit is contained in:
Fabien Potencier 2014-02-12 20:09:09 +01:00
parent e4b9ff28b7
commit 8fef4f0398

View File

@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime; protected $startTime;
protected $loadClassCache; protected $loadClassCache;
const VERSION = '2.3.10'; const VERSION = '2.3.11-DEV';
const VERSION_ID = '20310'; const VERSION_ID = '20311';
const MAJOR_VERSION = '2'; const MAJOR_VERSION = '2';
const MINOR_VERSION = '3'; const MINOR_VERSION = '3';
const RELEASE_VERSION = '10'; const RELEASE_VERSION = '11';
const EXTRA_VERSION = ''; const EXTRA_VERSION = 'DEV';
/** /**
* Constructor. * Constructor.