From: Daniel Salzman Date: Fri, 28 Nov 2025 06:15:27 +0000 (+0100) Subject: Bump version 3.4.9 X-Git-Tag: v3.4.9^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F3.4;p=thirdparty%2Fknot-dns.git Bump version 3.4.9 --- diff --git a/configure.ac b/configure.ac index 059780d31b..e83d673d66 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.69]) m4_define([knot_VERSION_MAJOR], 3)dnl m4_define([knot_VERSION_MINOR], 4)dnl -m4_define([knot_VERSION_PATCH], 8)dnl Leave empty if the master branch! +m4_define([knot_VERSION_PATCH], 9)dnl Leave empty if the master branch! m4_include([m4/knot-version.m4]) AC_INIT([knot], [knot_PKG_VERSION], [knot-dns@labs.nic.cz])