summaryrefslogtreecommitdiff
path: root/deps/nghttp2
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-08-21 00:49:09 +0200
committerAnna Henningsen <anna@addaleax.net>2017-08-24 01:27:06 +0200
commit97d34ddf568a18b23c0e43d511ec9bacf8d6ac49 (patch)
treeb4409bfa2338954176a73ad844fb0b9c52737c54 /deps/nghttp2
parenteb680964b4a2e3954977d85d04a5b3c8726de9e9 (diff)
downloadandroid-node-v8-97d34ddf568a18b23c0e43d511ec9bacf8d6ac49.tar.gz
android-node-v8-97d34ddf568a18b23c0e43d511ec9bacf8d6ac49.tar.bz2
android-node-v8-97d34ddf568a18b23c0e43d511ec9bacf8d6ac49.zip
deps: fixup nghttp2 version number
PR-URL: https://github.com/nodejs/node/pull/14955 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/nghttp2')
-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 c4024e1684..38c48bf041 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.21.0-DEV"
+#define NGHTTP2_VERSION "1.25.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 0x011500
+#define NGHTTP2_VERSION_NUM 0x011900
#endif /* NGHTTP2VER_H */