From: Mark Andrews Date: Tue, 19 Dec 2017 22:24:36 +0000 (+1100) Subject: set AC_INIT to 9.13 X-Git-Tag: v9.13.0~333 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=66ff891bf1b8c584aa53deba173ea109e2da02d6;p=thirdparty%2Fbind9.git set AC_INIT to 9.13 --- diff --git a/configure.in b/configure.in index b78d0bfd3ea..e5f4d2b2b9f 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ AC_DIVERT_PUSH(1)dnl esyscmd([sed -e 's/^/# /' -e '/Portions of this code/,$d' COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_INIT(BIND, [9.11], [bind9-bugs@isc.org], [], [https://www.isc.org/downloads/BIND/]) +AC_INIT(BIND, [9.13], [bind9-bugs@isc.org], [], [https://www.isc.org/downloads/BIND/]) AC_PREREQ(2.59) AC_CONFIG_HEADER(config.h)