From 3f84b3e39a36b408d1a8cc603435a356b39b6c50 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 19 Jun 2020 16:32:43 +0200 Subject: [PATCH] altsvc: bump to h3-29 Closes #5584 --- lib/altsvc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/altsvc.c b/lib/altsvc.c index 58cc66745..c2ec489d9 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