updated VERSION for 2.7.0-BETA1

This commit is contained in:
Fabien Potencier 2015-04-10 21:52:02 +02:00
parent 6944fb122d
commit 07379d1d80

View File

@ -60,12 +60,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;
const VERSION = '2.7.0-DEV';
const VERSION = '2.7.0-BETA1';
const VERSION_ID = '20700';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '7';
const RELEASE_VERSION = '0';
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = 'BETA1';
/**
* Constructor.