Skip to content

Commit fef067f

Browse files
nodejs-github-botRafaelGSS
authored andcommitted
deps: update nghttp2 to 1.62.1
PR-URL: #52966 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent fc94992 commit fef067f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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)