summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2023-01-10 17:46:43 +0100
committerPhil Sutter <phil@nwl.cc>2023-01-10 17:47:28 +0100
commit11407d91a1bece630e0e1f2063ce726e4045827d (patch)
treef8302d94165c159df7ab3636543829632d660cc7
parent1341394f3840e76f94df5578a808cfb849bd4b8b (diff)
configure: Bump version for 1.8.9 releasev1.8.9
Signed-off-by: Phil Sutter <phil@nwl.cc>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
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])