updated VERSION for 2.0.15

This commit is contained in:
Fabien Potencier 2012-05-30 18:59:58 +02:00
parent 9f729a806b
commit c2480c1e73

View File

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