summaryrefslogtreecommitdiff
path: root/deps/nghttp2/lib/includes
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-04-18 21:26:14 +0800
committerZYSzys <zyszys98@gmail.com>2019-04-22 22:44:15 +0800
commit2161690024862fbfc23c4e01d98199acb832f76b (patch)
tree1e21da90f705606caea43bbcf107ca9941301774 /deps/nghttp2/lib/includes
parent8eaf31181a103fab77b8eef750e59979a911cd15 (diff)
downloadandroid-node-v8-2161690024862fbfc23c4e01d98199acb832f76b.tar.gz
android-node-v8-2161690024862fbfc23c4e01d98199acb832f76b.tar.bz2
android-node-v8-2161690024862fbfc23c4e01d98199acb832f76b.zip
deps: update nghttp2 to 1.38.0
PR-URL: https://github.com/nodejs/node/pull/27295 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Diffstat (limited to 'deps/nghttp2/lib/includes')
-rw-r--r--deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h b/deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
index 2384f52787..7ddf43e703 100644
--- a/deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
+++ b/deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
@@ -29,7 +29,7 @@
* @macro
* Version number of the nghttp2 library release
*/
-#define NGHTTP2_VERSION "1.37.0"
+#define NGHTTP2_VERSION "1.38.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 0x012500
+#define NGHTTP2_VERSION_NUM 0x012600
#endif /* NGHTTP2VER_H */