updated VERSION for 2.0.22

This commit is contained in:
Fabien Potencier 2013-01-17 16:40:40 +01:00
parent e1d415ae0f
commit 08ccc62aa5

View File

@ -56,12 +56,12 @@ abstract class Kernel implements KernelInterface
protected $startTime;
protected $classes;
const VERSION = '2.0.22-DEV';
const VERSION = '2.0.22';
const VERSION_ID = '20022';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '0';
const RELEASE_VERSION = '22';
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
/**
* Constructor.