From: Cyril Bonté Date: Wed, 10 Mar 2010 21:41:43 +0000 (+0100) Subject: [CLEANUP] product branch update X-Git-Tag: v1.4.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f27090b84bb1ef090fc3cc1e834d2905c13a60e;p=thirdparty%2Fhaproxy.git [CLEANUP] product branch update today I've noticed that the stats page still displays v1.3 in the "Updates" link, due to the PRODUCT_BRANCH value in version.h, then it's maybe time to send you the result (notice that the patch updates PRODUCT_BRANCH to "1.4"). -- Cyril Bonté --- diff --git a/include/common/version.h b/include/common/version.h index c9f5f16c6a..a869231c91 100644 --- a/include/common/version.h +++ b/include/common/version.h @@ -33,7 +33,7 @@ #ifdef CONFIG_PRODUCT_BRANCH #define PRODUCT_BRANCH CONFIG_PRODUCT_BRANCH #else -#define PRODUCT_BRANCH "1.3" +#define PRODUCT_BRANCH "1.4" #endif #ifdef CONFIG_PRODUCT_URL