From cb3b5a5881c11ba1a0a614d65a39f63be69878b0 Mon Sep 17 00:00:00 2001 From: Andoni Duarte Pintado Date: Wed, 12 Mar 2025 12:07:23 +0100 Subject: [PATCH] Update BIND version to 9.18.36-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2ffdefddec..f83b845606 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], 35)dnl +m4_define([bind_VERSION_PATCH], 36)dnl m4_define([bind_VERSION_EXTRA], -dev)dnl m4_define([bind_DESCRIPTION], [(Extended Support Version)])dnl m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl