]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: version: put the compiler version output into version.c not haproxy.c
authorWilly Tarreau <w@1wt.eu>
Tue, 16 Jun 2020 17:11:11 +0000 (19:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Jun 2020 17:11:11 +0000 (19:11 +0200)
commit88bd9ee6a381993819704c979b3bc5a18e649025
tree31f45fb2a87d2e8ddf5cad63136f20f05ba4994c
parentda21ed1662ff7f1610db14b3ce48f19ec37a695b
MINOR: version: put the compiler version output into version.c not haproxy.c

For an unknown reason in commit bb1b63c079 I placed the compiler version
output in haproxy.c instead of version.c. Better have it in version.c which
is more suitable to this sort of things.
src/haproxy.c
src/version.c