Willy Tarreau | 909b9d8 | 2019-01-04 18:20:32 +0100 | [diff] [blame] | 1 | /* |
2 | * Version reporting : all user-visible version information should come from | ||||
3 | * this file so that rebuilding only this one is enough to report the latest | ||||
4 | * code version. | ||||
5 | */ | ||||
6 | |||||
7 | #include <common/version.h> | ||||
8 | |||||
9 | const char *haproxy_version = HAPROXY_VERSION; | ||||
10 | const char *haproxy_date = HAPROXY_DATE; | ||||
11 | const char *stats_version_string = STATS_VERSION_STRING; |