Skip to content

Commit 0f2fcaf

Browse files
tniessenjasnell
authored andcommittedOct 11, 2022
deps: update to ngtcp2 0.8.1 and nghttp3 0.7.0
Refs: #44619 Co-authored-by: James M Snell <jasnell@gmail.com> PR-URL: #44622 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 1bb394e commit 0f2fcaf

File tree

121 files changed

+19242
-7107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+19242
-7107
lines changed
 

‎deps/ngtcp2/nghttp3/lib/includes/nghttp3/nghttp3.h

+392-412
Large diffs are not rendered by default.

‎deps/ngtcp2/nghttp3/lib/includes/nghttp3/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* Version number of the nghttp3 library release.
3333
*/
34-
#define NGHTTP3_VERSION "0.1.0-DEV"
34+
#define NGHTTP3_VERSION "0.7.0"
3535

3636
/**
3737
* @macro
@@ -41,6 +41,6 @@
4141
* number, 8 bits for minor and 8 bits for patch. Version 1.2.3
4242
* becomes 0x010203.
4343
*/
44-
#define NGHTTP3_VERSION_NUM 0x000100
44+
#define NGHTTP3_VERSION_NUM 0x000700
4545

4646
#endif /* NGHTTP3_VERSION_H */

0 commit comments

Comments
 (0)
Please sign in to comment.