From 107d52d3e6bf116314321e6ed7acf2a2cd1c6b34 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 8 Sep 2010 11:16:57 +0200 Subject: build: bump version to 0.9.0 This patch bumps version to 0.9.0 and it bumps the API revision number. Signed-off-by: Pablo Neira Ayuso --- Make_global.am | 2 +- configure.in | 2 +- 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 -- cgit v1.2.3