bumped Symfony version to 2.3.5-DEV

This commit is contained in:
Fabien Potencier 2013-08-27 15:39:19 +02:00
parent 4fb225f4e3
commit 196227bd83

View File

@ -61,12 +61,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $loadClassCache; protected $loadClassCache;
protected $errorReportingLevel; protected $errorReportingLevel;
const VERSION = '2.3.4'; const VERSION = '2.3.5-DEV';
const VERSION_ID = '20304'; const VERSION_ID = '20305';
const MAJOR_VERSION = '2'; const MAJOR_VERSION = '2';
const MINOR_VERSION = '3'; const MINOR_VERSION = '3';
const RELEASE_VERSION = '4'; const RELEASE_VERSION = '5';
const EXTRA_VERSION = ''; const EXTRA_VERSION = 'DEV';
/** /**
* Constructor. * Constructor.