updated VERSION for 3.4.41

This commit is contained in:
Fabien Potencier 2020-05-31 07:14:17 +02:00
parent 46a783df63
commit 8b909cef4b
1 changed files with 3 additions and 3 deletions

View File

@ -67,11 +67,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private $requestStackSize = 0;
private $resetServices = false;
const VERSION = '3.4.40';
const VERSION_ID = 30440;
const VERSION = '3.4.41';
const VERSION_ID = 30441;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 4;
const RELEASE_VERSION = 40;
const RELEASE_VERSION = 41;
const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '11/2020';