updated VERSION for 2.0.20

This commit is contained in:
Fabien Potencier 2012-12-20 08:51:16 +01:00
parent b967e04ccc
commit 16c554bc1f

View File

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