From 407edb1fc8b2818dfd65611620fce44ca05e2504 Mon Sep 17 00:00:00 2001 From: Andoni Duarte Pintado Date: Mon, 8 Sep 2025 11:40:54 +0200 Subject: [PATCH] Update BIND version to 9.20.14-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 34b6159e4c..30612c894f 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # m4_define([bind_VERSION_MAJOR], 9)dnl m4_define([bind_VERSION_MINOR], 20)dnl -m4_define([bind_VERSION_PATCH], 13)dnl +m4_define([bind_VERSION_PATCH], 14)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