updated VERSION for 2.3.41

This commit is contained in:
Fabien Potencier 2016-05-09 14:45:27 -05:00
parent f80f588218
commit efd48596a9

View File

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