From 09ffa6cdd2198702dc6d88078e701b657b545a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Tue, 12 Apr 2022 13:11:12 +0200 Subject: [PATCH] Update BIND version to 9.18.3-dev --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0fe7147f59..1217555ef8 100644 --- a/configure.ac +++ b/configure.ac @@ -16,8 +16,8 @@ # m4_define([bind_VERSION_MAJOR], 9)dnl m4_define([bind_VERSION_MINOR], 18)dnl -m4_define([bind_VERSION_PATCH], 1)dnl -m4_define([bind_VERSION_EXTRA], )dnl +m4_define([bind_VERSION_PATCH], 3)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 m4_define([bind_PKG_VERSION], [[bind_VERSION_MAJOR.bind_VERSION_MINOR.bind_VERSION_PATCH]bind_VERSION_EXTRA])dnl