bumped Symfony version to 2.3.23

This commit is contained in:
Fabien Potencier 2014-11-20 16:26:37 +01:00
parent 2f59c8df55
commit 580de75249

View File

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