bumped Symfony version to 2.6.2

This commit is contained in:
Fabien Potencier 2014-12-03 18:16:02 +01:00
parent d805dfd679
commit 0b3aa16f2f

View File

@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;
const VERSION = '2.6.1';
const VERSION_ID = '20601';
const VERSION = '2.6.2-DEV';
const VERSION_ID = '20602';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '6';
const RELEASE_VERSION = '1';
const EXTRA_VERSION = '';
const RELEASE_VERSION = '2';
const EXTRA_VERSION = 'DEV';
/**
* Constructor.