From: Evan Hunt Date: Mon, 4 Mar 2013 21:12:39 +0000 (-0800) Subject: [master] bump stats version X-Git-Tag: v9.10.0a1~448^2~110 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=beeb5a03d968219e121f91a65eda7aadd2ab5014;p=thirdparty%2Fbind9.git [master] bump stats version --- diff --git a/bin/named/statschannel.c b/bin/named/statschannel.c index 7b4d507f2ef..064a1dc771b 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -909,7 +909,7 @@ generatexml(ns_server_t *server, int *buflen, xmlChar **buf) { ISC_XMLCHAR "type=\"text/xsl\" href=\"/bind9.xsl\"")); TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "statistics")); TRY0(xmlTextWriterWriteAttribute(writer, ISC_XMLCHAR "version", - ISC_XMLCHAR "3.0")); + ISC_XMLCHAR "3.1")); /* Set common fields for statistics dump */ dumparg.type = isc_statsformat_xml;