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 $startTime;
protected $loadClassCache; protected $loadClassCache;
const VERSION = '2.7.48'; const VERSION = '2.7.49';
const VERSION_ID = 20748; const VERSION_ID = 20749;
const MAJOR_VERSION = 2; const MAJOR_VERSION = 2;
const MINOR_VERSION = 7; const MINOR_VERSION = 7;
const RELEASE_VERSION = 48; const RELEASE_VERSION = 49;
const EXTRA_VERSION = ''; const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '05/2018'; const END_OF_MAINTENANCE = '05/2018';