From 4d79f073b6e5300563ca98930a9c6fb104497224 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Tue, 13 Dec 2022 16:58:45 +0100 Subject: [PATCH] Update BIND version to 9.18.11-dev --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4fe8dc50ed..aac4b1db74 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # m4_define([bind_VERSION_MAJOR], 9)dnl m4_define([bind_VERSION_MINOR], 18)dnl -m4_define([bind_VERSION_PATCH], 10)dnl +m4_define([bind_VERSION_PATCH], 11)dnl m4_define([bind_VERSION_EXTRA], -dev)dnl m4_define([bind_DESCRIPTION], [(Stable Release)])dnl m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl @@ -583,7 +583,7 @@ AS_IF([test "$enable_doh" = "yes"], [AC_MSG_ERROR([Specifying libnghttp2 installation path is not supported, adjust PKG_CONFIG_PATH instead])])]) AM_CONDITIONAL([HAVE_LIBNGHTTP2], [test -n "$LIBNGHTTP2_LIBS"]) - + # # flockfile is usually provided by pthreads