summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2022-05-05 11:48:51 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2022-05-05 11:48:51 +0200
commit8cee0347cc6969c39bb64000dfaa676a8f9e30f0 (patch)
treee1b953a06fe544db1104b690288bb551d40d2bbb
parent5ed4ddea21f30e8829def3603b2d112766a756f2 (diff)
downloadlibnetfilter_cthelper-8cee0347cc6969c39bb64000dfaa676a8f9e30f0.tar.gz
bump version to 1.0.1
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9389b70..809842f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to create configure.
-AC_INIT([libnetfilter_cthelper], [1.0.0])
+AC_INIT([libnetfilter_cthelper], [1.0.1])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])