summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/altsvc.c4
1 files 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