Browse Source

nghttp2 2022-09-21 (87fef4ab)

Code extracted from:

    https://github.com/nghttp2/nghttp2.git

at commit 87fef4ab71bebb2168f8d3d554df8d2f0f01f497 (v1.50.0).
nghttp2 upstream 3 years ago
parent
commit
2355f50277
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/includes/nghttp2/nghttp2ver.h

+ 2 - 2
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 */