Skip to content

Commit 02d59e7

Browse files
nodejs-github-botbmeck
authored andcommitted
deps: update nghttp2 to 1.62.1
PR-URL: nodejs#52966 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 633022e commit 02d59e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
* @macro
3030
* Version number of the nghttp2 library release
3131
*/
32-
#define NGHTTP2_VERSION "1.62.0"
32+
#define NGHTTP2_VERSION "1.62.1"
3333

3434
/**
3535
* @macro
3636
* Numerical representation of the version number of the nghttp2 library
3737
* release. This is a 24 bit number with 8 bits for major number, 8 bits
3838
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
3939
*/
40-
#define NGHTTP2_VERSION_NUM 0x013e00
40+
#define NGHTTP2_VERSION_NUM 0x013e01
4141

4242
#endif /* NGHTTP2VER_H */

0 commit comments

Comments
 (0)