commit | d678805783da08ea5c7d591d3df95906df776e57 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 27 15:59:00 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:56 2020 +0200 |
tree | 07a9f3a54d22b77080b6831ed815f5c7bf6a7221 | |
parent | fd4bffe7c090ff316477fc245c5d3037fb32b713 [diff] [blame] |
REORG: include: move version.h to haproxy/ Few files were affected. The release scripts was updated.
diff --git a/src/haproxy.c b/src/haproxy.c index 0e71ba7..2351aed 100644 --- a/src/haproxy.c +++ b/src/haproxy.c
@@ -94,7 +94,7 @@ #include <common/standard.h> #include <common/time.h> #include <common/uri_auth.h> -#include <common/version.h> +#include <haproxy/version.h> #include <common/hathreads.h> #include <types/capture.h>