From 7d1bf2cc8d18add76bd0e269e2d1ede315efff93 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 20 Dec 2017 09:25:13 +1100 Subject: [PATCH] set AC_INIT to 9.11 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index b78d0bfd3e..1ef65b6e13 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.12], [bind9-bugs@isc.org], [], [https://www.isc.org/downloads/BIND/]) AC_PREREQ(2.59) AC_CONFIG_HEADER(config.h)