8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb907f commit c46e7e1Copy full SHA for c46e7e1
deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
@@ -29,14 +29,14 @@
29
* @macro
30
* Version number of the nghttp2 library release
31
*/
32
-#define NGHTTP2_VERSION "1.21.0-DEV"
+#define NGHTTP2_VERSION "1.25.0"
33
34
/**
35
36
* Numerical representation of the version number of the nghttp2 library
37
* release. This is a 24 bit number with 8 bits for major number, 8 bits
38
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
39
40
-#define NGHTTP2_VERSION_NUM 0x011500
+#define NGHTTP2_VERSION_NUM 0x011900
41
42
#endif /* NGHTTP2VER_H */
0 commit comments