summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2020-06-05 11:40:21 +0200
committerFlorian Westphal <fw@strlen.de>2020-06-05 11:40:21 +0200
commit703553a4457935ec83119efb70bd23a7b05e7c0b (patch)
treea1874885fac329f454fa82b4a138d3a7179279a7 /configure.ac
parent7c281b0d1d4df3a7c562697cf6fb853a3659cbaa (diff)
configure: prepare for 1.0.4 releaselibnetfilter_queue-1.0.4
Also bump libtool version, we added new interfaces, but nothing was removed. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2686fe9..95ee82a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to create configure.
-AC_INIT([libnetfilter_queue], [1.0.3])
+AC_INIT([libnetfilter_queue], [1.0.4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])