Update VERSION for 4.4.24

This commit is contained in:
Fabien Potencier 2021-05-19 14:12:19 +02:00
parent 9df9107c70
commit 861b12724a
1 changed files with 2 additions and 2 deletions

View File

@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private static $freshCache = [];
public const VERSION = '4.4.24-DEV';
public const VERSION = '4.4.24';
public const VERSION_ID = 40424;
public const MAJOR_VERSION = 4;
public const MINOR_VERSION = 4;
public const RELEASE_VERSION = 24;
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = '';
public const END_OF_MAINTENANCE = '11/2022';
public const END_OF_LIFE = '11/2023';