diff options
author | Brad King <brad.king@kitware.com> | 2024-01-30 15:13:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-30 15:14:46 (GMT) |
commit | e868b19ed1e76d8c3f054d4b44e4326c193daa18 (patch) | |
tree | 082329bce1df211918a326e1d8c2265300a9908c /Utilities | |
parent | 1f25aa1a0ac61a0b3d5b0c4e2abc98c49cd159a5 (diff) | |
download | CMake-e868b19ed1e76d8c3f054d4b44e4326c193daa18.zip CMake-e868b19ed1e76d8c3f054d4b44e4326c193daa18.tar.gz CMake-e868b19ed1e76d8c3f054d4b44e4326c193daa18.tar.bz2 |
zlib: Fix 1.2.13 version and date notice
Issue: #25576
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Scripts/update-zlib.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/Scripts/update-zlib.bash b/Utilities/Scripts/update-zlib.bash index 5913150..c18f118 100755 --- a/Utilities/Scripts/update-zlib.bash +++ b/Utilities/Scripts/update-zlib.bash @@ -8,7 +8,7 @@ readonly name="zlib" readonly ownership="zlib upstream <kwrobot@kitware.com>" readonly subtree="Utilities/cmzlib" readonly repo="https://github.com/madler/zlib.git" -readonly tag="v1.2.13" +readonly tag="v1.2.13" # When updating, sync Copyright.txt below! readonly shortlog=false readonly paths=" README @@ -45,7 +45,7 @@ extract_source () { pushd "${extractdir}/${name}-reduced" echo "* -whitespace" > .gitattributes echo -n "'zlib' general purpose compression library -version 1.2.12, March 27th, 2022 +version 1.2.13, October 13th, 2022 Copyright " > Copyright.txt sed -n '/^ (C) 1995-/,+19 {s/^ \?//;p}' README >> Copyright.txt |