From: Willy Tarreau Date: Mon, 25 Nov 2019 18:27:55 +0000 (+0100) Subject: MINOR: version: indicate that this version is stable X-Git-Tag: v2.1.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca7f8cea;p=thirdparty%2Fhaproxy.git MINOR: version: indicate that this version is stable Also indicate that it will get fixes till ~Q1 2021. --- 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