]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
altsvc: bump to h3-29
authorDaniel Stenberg <daniel@haxx.se>
Fri, 19 Jun 2020 14:32:43 +0000 (16:32 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 19 Jun 2020 21:29:26 +0000 (23:29 +0200)
Closes #5584

lib/altsvc.c

index 58cc66745737ee8a71973523c6a6b47da8c83236..c2ec489d9e8b065031893bf780397a60380df93a 100644 (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