From: Daniel Salzman Date: Wed, 8 Sep 2021 11:53:40 +0000 (+0200) Subject: Bump version 3.1.2 X-Git-Tag: v3.1.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f717d97cde90faf55f1fb7c726d9a62c4d9b7fc;p=thirdparty%2Fknot-dns.git Bump version 3.1.2 --- diff --git a/configure.ac b/configure.ac index b6dae05633..afe3e276dc 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], 1)dnl -m4_define([knot_VERSION_PATCH], 1)dnl Leave empty if the master branch! +m4_define([knot_VERSION_PATCH], 2)dnl Leave empty if the master branch! m4_include([m4/knot-version.m4]) AC_INIT([knot], [knot_PKG_VERSION], [knot-dns@labs.nic.cz])