summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2010-09-08 11:16:57 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2010-09-08 11:16:57 +0200
commit107d52d3e6bf116314321e6ed7acf2a2cd1c6b34 (patch)
treef2c0b281c8b12b17ac9bf737afc41c42a137dda4
parent3e36a3507d03c02b11a94c7e6691efc2a2b9253f (diff)
build: bump version to 0.9.0libnetfilter_conntrack-0.9.0
This patch bumps version to 0.9.0 and it bumps the API revision number. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-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