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

index b78d0bfd3eaf7bcc3e81647b86df86c1976b9709..e5f4d2b2b9fa313087729abe576534125955ac29 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.13], [bind9-bugs@isc.org], [], [https://www.isc.org/downloads/BIND/])
 AC_PREREQ(2.59)
 
 AC_CONFIG_HEADER(config.h)