fixed version in HttpKernel

This commit is contained in:
Fabien Potencier 2014-11-03 22:46:45 +01:00
parent 7bd1d4c0e6
commit 9919918de4

View File

@ -61,9 +61,9 @@ abstract class Kernel implements KernelInterface, TerminableInterface
const VERSION = '2.6.0-BETA1';
const VERSION_ID = '20600';
const MAJOR_VERSION = '2.6.0-BETA1';
const MINOR_VERSION = '2.6.0-BETA1';
const RELEASE_VERSION = '2.6.0-BETA1';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '6';
const RELEASE_VERSION = '0';
const EXTRA_VERSION = 'BETA1';
/**