From cdb27e829576cc75809429fe9909fa7be582a6b6 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 25 Nov 2019 20:38:32 +0100 Subject: [PATCH] MINOR: version: this is development again, update the status It's basically a revert of commit 9ca7f8cea. --- 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 2bf1ce00aa..7eba4a3c0a 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: development branch - not safe for use in production." #endif #ifdef CONFIG_PRODUCT_URL_BUGS