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>
This commit is contained in:
Anna Henningsen 2017-08-21 00:49:09 +02:00
parent eb680964b4
commit 97d34ddf56
No known key found for this signature in database
GPG Key ID: D8B9F5AEAE84E4CF

View File

@ -29,7 +29,7 @@
* @macro * @macro
* Version number of the nghttp2 library release * Version number of the nghttp2 library release
*/ */
#define NGHTTP2_VERSION "1.21.0-DEV" #define NGHTTP2_VERSION "1.25.0"
/** /**
* @macro * @macro
@ -37,6 +37,6 @@
* release. This is a 24 bit number with 8 bits for major number, 8 bits * 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. * 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 */ #endif /* NGHTTP2VER_H */