blob: f50f24beac26dd51b219f34a0b21483a9273f9ed [file] [log] [blame]
Willy Tarreau909b9d82019-01-04 18:20:32 +01001/*
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
9const char *haproxy_version = HAPROXY_VERSION;
10const char *haproxy_date = HAPROXY_DATE;
11const char *stats_version_string = STATS_VERSION_STRING;