set AC_INIT to 9.13

This commit is contained in:
Mark Andrews
2017-12-20 09:24:36 +11:00
parent 36dccc165e
commit 66ff891bf1

View 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)