mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-17 08:03:44 -04:00
set AC_INIT to 9.11
This commit is contained in:
parent
993a57a5eb
commit
7d1bf2cc8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue