From 9ca7f8ceacbd7ac0be79e65103c2100f50b4f7d5 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 25 Nov 2019 19:27:55 +0100 Subject: [PATCH] MINOR: version: indicate that this version is stable Also indicate that it will get fixes till ~Q1 2021. --- 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 b610c50e07..748d2be4a8 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: development branch - not safe for use in production." +#define PRODUCT_STATUS "Status: stable branch - will stop receiving fixes around Q1 2021." #endif #ifdef CONFIG_PRODUCT_URL_BUGS -- 2.39.5