]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
set AC_INIT to 9.11
authorMark Andrews <marka@isc.org>
Tue, 19 Dec 2017 22:25:13 +0000 (09:25 +1100)
committerMark Andrews <marka@isc.org>
Tue, 19 Dec 2017 22:25:13 +0000 (09:25 +1100)
configure.in

index 17d156b6d447817061e6180dce4741e43bfd58b7..ea82c32c084092b1673462263c7839f5180e117f 100644 (file)
@@ -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)