bumped Symfony version to 2.2.2-DEV

This commit is contained in:
Fabien Potencier 2013-04-06 15:17:40 +02:00
parent 8d0cb78fbf
commit 6c114ca8c4

View File

@ -62,12 +62,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $classes;
protected $errorReportingLevel;
const VERSION = '2.2.1';
const VERSION_ID = '20101';
const VERSION = '2.2.2-DEV';
const VERSION_ID = '20202';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '2';
const RELEASE_VERSION = '1';
const EXTRA_VERSION = '';
const RELEASE_VERSION = '2';
const EXTRA_VERSION = 'DEV';
/**
* Constructor.