updated VERSION for 2.3.12

This commit is contained in:
Fabien Potencier 2014-04-03 07:42:39 +02:00
parent aaa9a0b78a
commit 3574df3d5e

View File

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