updated VERSION for 2.7.49

This commit is contained in:
Fabien Potencier 2018-08-01 15:56:47 +02:00
parent 5999020906
commit 62184c0a33
1 changed files with 3 additions and 3 deletions

View File

@ -58,11 +58,11 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;
const VERSION = '2.7.48';
const VERSION_ID = 20748;
const VERSION = '2.7.49';
const VERSION_ID = 20749;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 7;
const RELEASE_VERSION = 48;
const RELEASE_VERSION = 49;
const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '05/2018';