From 0f93a755d12eb0df50689807f829ad41f930a5b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Tue, 23 Jul 2024 17:31:46 +0200 Subject: [PATCH] Update BIND version to 9.21.0-dev --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index bf7405cc1b..5ea7657c34 100644 --- a/configure.ac +++ b/configure.ac @@ -15,8 +15,8 @@ # a shell variable in AC_INIT # m4_define([bind_VERSION_MAJOR], 9)dnl -m4_define([bind_VERSION_MINOR], 19)dnl -m4_define([bind_VERSION_PATCH], 25)dnl +m4_define([bind_VERSION_MINOR], 21)dnl +m4_define([bind_VERSION_PATCH], 0)dnl m4_define([bind_VERSION_EXTRA], -dev)dnl m4_define([bind_DESCRIPTION], [(Development Release)])dnl m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl