From 3f622b02c8deac9965e070772214b8c5a5822853 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 12 Jun 2020 14:20:44 +0200 Subject: [PATCH 1/2] bumped Symfony version to 5.1.2 --- Kernel.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Kernel.php b/Kernel.php index ceb069ee2c..8190103082 100644 --- a/Kernel.php +++ b/Kernel.php @@ -73,12 +73,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl private static $freshCache = []; - const VERSION = '5.1.1'; - const VERSION_ID = 50101; + const VERSION = '5.1.2-DEV'; + const VERSION_ID = 50102; const MAJOR_VERSION = 5; const MINOR_VERSION = 1; - const RELEASE_VERSION = 1; - const EXTRA_VERSION = ''; + const RELEASE_VERSION = 2; + const EXTRA_VERSION = 'DEV'; const END_OF_MAINTENANCE = '01/2021'; const END_OF_LIFE = '01/2021'; From a18c27ace1ef344ffcb129a5b089bad7643b387a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 15 Jun 2020 15:51:38 +0200 Subject: [PATCH 2/2] updated VERSION for 5.1.2 --- Kernel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel.php b/Kernel.php index 8190103082..178585762d 100644 --- a/Kernel.php +++ b/Kernel.php @@ -73,12 +73,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl private static $freshCache = []; - const VERSION = '5.1.2-DEV'; + const VERSION = '5.1.2'; const VERSION_ID = 50102; const MAJOR_VERSION = 5; const MINOR_VERSION = 1; const RELEASE_VERSION = 2; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; const END_OF_MAINTENANCE = '01/2021'; const END_OF_LIFE = '01/2021';