]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[CLEANUP] product branch update
authorCyril Bonté <cyril.bonte@free.fr>
Wed, 10 Mar 2010 21:41:43 +0000 (22:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Mar 2010 05:45:26 +0000 (06:45 +0100)
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é

include/common/version.h

index c9f5f16c6aa8e88277c2bdf31f7668b8b8382a4e..a869231c911a9a0519acfb21b00d7dd48bab5be2 100644 (file)
@@ -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