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
1 changed files with 2 additions and 2 deletions

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