From 4b4fe8d95fee85f34155bb96adbd86b1b2b59cba Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Thu, 4 Mar 2021 15:06:51 +0100 Subject: [PATCH] MINOR: version: Set the EOL of the 2.1 branch The end-of-life of the 2.1 branch was planned for Q1 2021. This patch makes it official for the next coming release. --- include/common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common/version.h b/include/common/version.h index 748d2be..2d4a74f 100644 --- a/include/common/version.h +++ b/include/common/version.h @@ -39,7 +39,7 @@ #ifdef CONFIG_PRODUCT_STATUS #define PRODUCT_STATUS CONFIG_PRODUCT_STATUS #else -#define PRODUCT_STATUS "Status: stable branch - will stop receiving fixes around Q1 2021." +#define PRODUCT_STATUS "Status: End of life - please upgrade to branch 2.2." #endif #ifdef CONFIG_PRODUCT_URL_BUGS -- 1.7.10.4