From: Michał Kępień Date: Mon, 11 Apr 2022 08:08:24 +0000 (+0200) Subject: Update BIND version to 9.19.0 X-Git-Tag: v9.19.0^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cab15392afd841fe3b0bacd894003376d857459a;p=thirdparty%2Fbind9.git Update BIND version to 9.19.0 --- diff --git a/configure.ac b/configure.ac index 1ae38d2ef03..7c0383838a4 100644 --- a/configure.ac +++ b/configure.ac @@ -15,8 +15,8 @@ # a shell variable in AC_INIT # m4_define([bind_VERSION_MAJOR], 9)dnl -m4_define([bind_VERSION_MINOR], 17)dnl -m4_define([bind_VERSION_PATCH], 22)dnl +m4_define([bind_VERSION_MINOR], 19)dnl +m4_define([bind_VERSION_PATCH], 0)dnl m4_define([bind_VERSION_EXTRA], )dnl m4_define([bind_DESCRIPTION], [(Development Release)])dnl m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl