mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
[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
This commit is contained in:
parent
4256463b5a
commit
8f27090b84
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue