commit | 1ca53784cae82bd3025f8a8f2ffc08665d3a35e1 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Thu Feb 16 15:15:48 2023 -0500 |
committer | Brad King <brad.king@kitware.com> | Thu Feb 16 15:21:38 2023 -0500 |
tree | 939e614d50cdf9356fa3e8c9403865d470dd54b0 | |
parent | bfca444b92f6b1eb5db81ac17aafcd8241b94419 [diff] |
nghttp2: Update import script to fix version header In commit 66c9536775 (nghttp2: Update script to get nghttp2 1.50.0, 2022-10-31, v3.26.0-rc1~455^2~2) we forgot to update the `nghttp2ver.h` replacements to provide the proper `NGHTTP2_VERSION_NUM`. This causes our build of curl to think it is using a different version of nghttp2 than we provide. Fix the version and add a reminder comment. Issue: #24419