From: Michał Kępień Date: Fri, 3 Feb 2023 08:38:25 +0000 (+0100) Subject: Bump statistics channels versions X-Git-Tag: v9.19.10~2^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=319dd1d9e846ca28ec704e9a010b0ebdce4d70bf;p=thirdparty%2Fbind9.git Bump statistics channels versions GL !7412 updated the set of counters exposed via the XML & JSON statistics channels. Apply a corresponding version bump, which was not included in that merge request. --- diff --git a/bin/named/bind9.xsl b/bin/named/bind9.xsl index d57338b4f91..f86bf871412 100644 --- a/bin/named/bind9.xsl +++ b/bin/named/bind9.xsl @@ -15,7 +15,7 @@ - + diff --git a/bin/named/statschannel.c b/bin/named/statschannel.c index 4f45b1be300..acf45e5bc7e 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -56,11 +56,11 @@ #include "xsl_p.h" #define STATS_XML_VERSION_MAJOR "3" -#define STATS_XML_VERSION_MINOR "13" +#define STATS_XML_VERSION_MINOR "14" #define STATS_XML_VERSION STATS_XML_VERSION_MAJOR "." STATS_XML_VERSION_MINOR #define STATS_JSON_VERSION_MAJOR "1" -#define STATS_JSON_VERSION_MINOR "7" +#define STATS_JSON_VERSION_MINOR "8" #define STATS_JSON_VERSION STATS_JSON_VERSION_MAJOR "." STATS_JSON_VERSION_MINOR #define CHECK(m) \