updated VERSION for 2.2.6

This commit is contained in:
Fabien Potencier 2013-08-26 21:27:24 +02:00
parent 8b51765058
commit 4059720232

View File

@ -61,12 +61,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime; protected $startTime;
protected $errorReportingLevel; protected $errorReportingLevel;
const VERSION = '2.2.6-DEV'; const VERSION = '2.2.6';
const VERSION_ID = '20206'; const VERSION_ID = '20206';
const MAJOR_VERSION = '2'; const MAJOR_VERSION = '2';
const MINOR_VERSION = '2'; const MINOR_VERSION = '2';
const RELEASE_VERSION = '6'; const RELEASE_VERSION = '6';
const EXTRA_VERSION = 'DEV'; const EXTRA_VERSION = '';
/** /**
* Constructor. * Constructor.