diff options
author | Brad King <brad.king@kitware.com> | 2023-02-16 20:22:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-16 20:22:28 (GMT) |
commit | 36d31dc996e29336423977f56615599f695b504f (patch) | |
tree | 3f3a5e322f66dce801c74d7ec40e5509cbd6e938 /Utilities | |
parent | 1ca53784cae82bd3025f8a8f2ffc08665d3a35e1 (diff) | |
parent | 2355f502779794a1f446449707f20edbd284a8b9 (diff) | |
download | CMake-36d31dc996e29336423977f56615599f695b504f.zip CMake-36d31dc996e29336423977f56615599f695b504f.tar.gz CMake-36d31dc996e29336423977f56615599f695b504f.tar.bz2 |
Merge branch 'upstream-nghttp2' into update-nghttp2
# By nghttp2 upstream
* upstream-nghttp2:
nghttp2 2022-09-21 (87fef4ab)
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmnghttp2/lib/includes/nghttp2/nghttp2ver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmnghttp2/lib/includes/nghttp2/nghttp2ver.h b/Utilities/cmnghttp2/lib/includes/nghttp2/nghttp2ver.h index 45d21e2..0e50361 100644 --- a/Utilities/cmnghttp2/lib/includes/nghttp2/nghttp2ver.h +++ b/Utilities/cmnghttp2/lib/includes/nghttp2/nghttp2ver.h @@ -29,7 +29,7 @@ * @macro * Version number of the nghttp2 library release */ -#define NGHTTP2_VERSION "1.40.0" +#define NGHTTP2_VERSION "1.50.0" /** * @macro @@ -37,6 +37,6 @@ * release. This is a 24 bit number with 8 bits for major number, 8 bits * for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203. */ -#define NGHTTP2_VERSION_NUM 0x012800 +#define NGHTTP2_VERSION_NUM 0x013200 #endif /* NGHTTP2VER_H */ |