bumped Symfony version to 2.3.8

This commit is contained in:
Fabien Potencier 2013-11-14 10:43:26 +01:00
parent 2829b47187
commit a954df4b6e

View File

@ -60,12 +60,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;
const VERSION = '2.3.7';
const VERSION_ID = '20307';
const VERSION = '2.3.8-DEV';
const VERSION_ID = '20308';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '3';
const RELEASE_VERSION = '7';
const EXTRA_VERSION = '';
const RELEASE_VERSION = '8';
const EXTRA_VERSION = 'DEV';
/**
* Constructor.