bumped Symfony version to 2.2.5

This commit is contained in:
Fabien Potencier 2013-07-15 22:44:57 +02:00
parent 76f918a125
commit 002d9e80e9

View File

@ -62,12 +62,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $classes; protected $classes;
protected $errorReportingLevel; protected $errorReportingLevel;
const VERSION = '2.2.4'; const VERSION = '2.2.5-DEV';
const VERSION_ID = '20204'; const VERSION_ID = '20205';
const MAJOR_VERSION = '2'; const MAJOR_VERSION = '2';
const MINOR_VERSION = '2'; const MINOR_VERSION = '2';
const RELEASE_VERSION = '4'; const RELEASE_VERSION = '5';
const EXTRA_VERSION = ''; const EXTRA_VERSION = 'DDEV';
/** /**
* Constructor. * Constructor.