set AC_INIT to 9.11

This commit is contained in:
Mark Andrews 2017-12-20 09:25:13 +11:00
parent 993a57a5eb
commit 7d1bf2cc8d

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