From cd033ac41f24c21ed9e6044dc518b34dd489bc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Wed, 4 Dec 2024 16:38:13 +0100 Subject: [PATCH] Fix m4 macro in configure.ac Release automation went wrong, it seems. And I just glanced over the line, saw 4 -> 5 change at the end and did not notice the change at the beginning of the line... --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e7e9e6faa4..179b4eda9c 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 -m5_define([bind_VERSION_PATCH], 5)dnl +m4_define([bind_VERSION_PATCH], 5)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