From 0badabc381bc9c0d6be7479d528a5d549d6185f4 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 5 Nov 2020 16:50:53 +0100 Subject: [PATCH] MINOR: version: mention that it's stable now This version will be maintained up to around Q1 2022. --- include/haproxy/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/haproxy/version.h b/include/haproxy/version.h index f2bf12a5bd..4ec22679f2 100644 --- a/include/haproxy/version.h +++ b/include/haproxy/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 2022." #endif #ifdef CONFIG_PRODUCT_URL_BUGS