1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

altsvc: bump to h3-29

Closes #5584
This commit is contained in:
Daniel Stenberg 2020-06-19 16:32:43 +02:00
parent fa4fbc533f
commit 3f84b3e39a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -51,9 +51,9 @@
#define MAX_ALTSVC_ALPNLEN 10
#if defined(USE_QUICHE) && !defined(UNITTESTS)
#define H3VERSION "h3-28"
#define H3VERSION "h3-29"
#elif defined(USE_NGTCP2) && !defined(UNITTESTS)
#define H3VERSION "h3-28"
#define H3VERSION "h3-29"
#else
#define H3VERSION "h3"
#endif