diff options
| author | Willy Tarreau <w@1wt.eu> | 2020-05-27 15:59:00 +0200 |
|---|---|---|
| committer | Willy Tarreau <w@1wt.eu> | 2020-06-11 10:18:56 +0200 |
| commit | d678805783da08ea5c7d591d3df95906df776e57 (patch) | |
| tree | 07a9f3a54d22b77080b6831ed815f5c7bf6a7221 /scripts | |
| parent | fd4bffe7c090ff316477fc245c5d3037fb32b713 (diff) | |
| download | haproxy-d678805783da08ea5c7d591d3df95906df776e57.tar.gz | |
REORG: include: move version.h to haproxy/
Few files were affected. The release scripts was updated.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/create-release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-release b/scripts/create-release index bc87e82c3..b8a867c1f 100755 --- a/scripts/create-release +++ b/scripts/create-release @@ -197,7 +197,7 @@ sed -e "s:Copyright 2000-[0-9]*\s*Willy Tarreau.*>:Copyright 2000-$YEAR Willy Ta echo "Updating version.h ..." sed -e "s:^\(#define\s*PRODUCT_BRANCH\s*\)\"[^\"]*\":\1\"$BRANCH\":" \ - -i include/common/version.h + -i include/haproxy/version.h if [ -n "$INTERACTIVE" ]; then vi CHANGELOG VERSION VERDATE \ |
