summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Make_global.am2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Make_global.am b/Make_global.am
index eab1236..7ce6a7c 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -2,6 +2,6 @@
# Please read Chapter 6 "Library interface versions" of the libtool
# documentation before making any modification
# http://sources.redhat.com/autobook/autobook/autobook_91.html
-LIBVERSION=3:0:0
+LIBVERSION=3:1:0
INCLUDES=$(all_includes) -I$(top_srcdir)/include
diff --git a/configure.in b/configure.in
index 738c05c..3368f41 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(libnetfilter_conntrack, 0.0.101)
+AM_INIT_AUTOMAKE(libnetfilter_conntrack, 0.0.102)
AC_PROG_CC
AM_PROG_LIBTOOL