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 fc94992 commit fef067fCopy full SHA for fef067f
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.62.0"
+#define NGHTTP2_VERSION "1.62.1"
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 0x013e00
+#define NGHTTP2_VERSION_NUM 0x013e01
41
42
#endif /* NGHTTP2VER_H */
0 commit comments