[HttpKernel] fixed version

This commit is contained in:
Fabien Potencier 2013-03-01 11:43:11 +01:00
parent 603d80a6ec
commit c67072a34a

View File

@ -62,11 +62,11 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $classes;
protected $errorReportingLevel;
const VERSION = '2.2.1-DEV';
const VERSION_ID = '20101';
const VERSION = '2.3.0-DEV';
const VERSION_ID = '20300';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '2';
const RELEASE_VERSION = '1';
const MINOR_VERSION = '3';
const RELEASE_VERSION = '0';
const EXTRA_VERSION = 'DEV';
/**