updated VERSION for 2.2.1

This commit is contained in:
Fabien Potencier 2013-04-06 12:16:33 +02:00
parent 9a7c56788e
commit 8d0cb78fbf

View File

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