updated VERSION for 2.3.9

This commit is contained in:
Fabien Potencier 2014-01-05 02:24:54 +01:00
parent e9356832fd
commit ee1e0f2ef8

View File

@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime; protected $startTime;
protected $loadClassCache; protected $loadClassCache;
const VERSION = '2.3.9-DEV'; const VERSION = '2.3.9';
const VERSION_ID = '20309'; const VERSION_ID = '20309';
const MAJOR_VERSION = '2'; const MAJOR_VERSION = '2';
const MINOR_VERSION = '3'; const MINOR_VERSION = '3';
const RELEASE_VERSION = '9'; const RELEASE_VERSION = '9';
const EXTRA_VERSION = 'DEV'; const EXTRA_VERSION = '';
/** /**
* Constructor. * Constructor.