From: Phil Sutter Date: Tue, 10 Jan 2023 16:46:43 +0000 (+0100) Subject: configure: Bump version for 1.8.9 release X-Git-Tag: v1.8.9^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11407d91a1bece630e0e1f2063ce726e4045827d;p=thirdparty%2Fiptables.git configure: Bump version for 1.8.9 release Signed-off-by: Phil Sutter --- diff --git a/configure.ac b/configure.ac index ea5d2d49..bc2ed47b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ -AC_INIT([iptables], [1.8.8]) +AC_INIT([iptables], [1.8.9]) # See libtool.info "Libtool's versioning system" -libxtables_vcurrent=18 -libxtables_vage=6 +libxtables_vcurrent=19 +libxtables_vage=7 AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])