summaryrefslogtreecommitdiffstats
path: root/lib/includes
diff options
context:
space:
mode:
authornghttp2 upstream <kwrobot@kitware.com>2022-09-21 07:55:07 (GMT)
committerBrad King <brad.king@kitware.com>2023-02-16 20:22:28 (GMT)
commit2355f502779794a1f446449707f20edbd284a8b9 (patch)
tree2e3ffa449bbb5f11386e9265e058cb9bc0c1e5f3 /lib/includes
parent7ce2a682a3e2e488a74dbc745766ac74e12f6a24 (diff)
downloadCMake-2355f502779794a1f446449707f20edbd284a8b9.zip
CMake-2355f502779794a1f446449707f20edbd284a8b9.tar.gz
CMake-2355f502779794a1f446449707f20edbd284a8b9.tar.bz2
nghttp2 2022-09-21 (87fef4ab)
Code extracted from: https://github.com/nghttp2/nghttp2.git at commit 87fef4ab71bebb2168f8d3d554df8d2f0f01f497 (v1.50.0).
Diffstat (limited to 'lib/includes')
-rw-r--r--lib/includes/nghttp2/nghttp2ver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/includes/nghttp2/nghttp2ver.h b/lib/includes/nghttp2/nghttp2ver.h
index 45d21e2..0e50361 100644
--- a/lib/includes/nghttp2/nghttp2ver.h
+++ b/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 */