summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 28af197..3f58b9b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(conntrack-tools, 0.9.13, pablo@netfilter.org)
+AC_INIT(conntrack-tools, 0.9.14, pablo@netfilter.org)
AC_CANONICAL_SYSTEM
@@ -19,7 +19,7 @@ esac
dnl Dependencies
LIBNFNETLINK_REQUIRED=1.0.0
-LIBNETFILTER_CONNTRACK_REQUIRED=0.0.100
+LIBNETFILTER_CONNTRACK_REQUIRED=0.0.101
AC_CHECK_PROG(HAVE_PKG_CONFIG, pkg-config, yes)
if test "x$HAVE_PKG_CONFIG" = "x"