updated VERSION for 2.3.40

This commit is contained in:
Fabien Potencier 2016-04-29 07:38:17 +02:00
parent 30d7571ec6
commit 2dc63b3914
1 changed files with 2 additions and 2 deletions

View File

@ -58,12 +58,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;
const VERSION = '2.3.40-DEV';
const VERSION = '2.3.40';
const VERSION_ID = 20340;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 3;
const RELEASE_VERSION = 40;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
/**
* Constructor.