bumped Symfony version to 2.1.11-DEV

This commit is contained in:
Fabien Potencier 2013-05-06 21:45:53 +02:00
parent 7cced0a0e8
commit 17a214a1c7

View File

@ -58,12 +58,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $classes; protected $classes;
protected $errorReportingLevel; protected $errorReportingLevel;
const VERSION = '2.1.10'; const VERSION = '2.1.11';
const VERSION_ID = '20110'; const VERSION_ID = '20111';
const MAJOR_VERSION = '2'; const MAJOR_VERSION = '2';
const MINOR_VERSION = '1'; const MINOR_VERSION = '1';
const RELEASE_VERSION = '10'; const RELEASE_VERSION = '11';
const EXTRA_VERSION = ''; const EXTRA_VERSION = 'DEV';
/** /**
* Constructor. * Constructor.