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 7ce6a7c..a4636ba 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:1:0
+LIBVERSION=3:2:0
INCLUDES=$(all_includes) -I$(top_srcdir)/include
diff --git a/configure.in b/configure.in
index b5a8471..ae61ba0 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT
AC_CANONICAL_SYSTEM
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE(libnetfilter_conntrack, 0.0.102)
+AM_INIT_AUTOMAKE(libnetfilter_conntrack, 0.9.0)
AC_PROG_CC
AM_PROG_LIBTOOL