updated VERSION for 2.3.4

This commit is contained in:
Fabien Potencier 2013-08-27 10:58:24 +02:00
parent 5faaeb4bd6
commit 4fb225f4e3

View File

@ -61,12 +61,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $loadClassCache;
protected $errorReportingLevel;
const VERSION = '2.3.4-DEV';
const VERSION = '2.3.4';
const VERSION_ID = '20304';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '3';
const RELEASE_VERSION = '4';
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
/**
* Constructor.