From: Daniel Stenberg Date: Fri, 19 Jun 2020 14:32:43 +0000 (+0200) Subject: altsvc: bump to h3-29 X-Git-Tag: curl-7_71_0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f84b3e39a36b408d1a8cc603435a356b39b6c50;p=thirdparty%2Fcurl.git altsvc: bump to h3-29 Closes #5584 --- diff --git a/lib/altsvc.c b/lib/altsvc.c index 58cc667457..c2ec489d9e 100644 --- a/lib/altsvc.c +++ b/lib/altsvc.c @@ -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