From: Daniel Salzman Date: Thu, 18 Sep 2025 05:23:03 +0000 (+0200) Subject: Bump version 3.6.dev X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=947e02aa405e8af901173da367f4c101a46402e0;p=thirdparty%2Fknot-dns.git Bump version 3.6.dev --- diff --git a/configure.ac b/configure.ac index 545dbd82d9..6b53bf8b4c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.69]) m4_define([knot_VERSION_MAJOR], 3)dnl -m4_define([knot_VERSION_MINOR], 5)dnl +m4_define([knot_VERSION_MINOR], 6)dnl m4_define([knot_VERSION_PATCH], )dnl Leave empty if the master branch! m4_include([m4/knot-version.m4])