From 6fdd30fe6de1311022ae9e17304dd72f4958bbb8 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 18 May 2012 01:21:39 +0200 Subject: build: bump version to 1.0.1 Also bump LIBVERSION. Signed-off-by: Pablo Neira Ayuso --- Make_global.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Make_global.am b/Make_global.am index 75d0898..afcb270 100644 --- a/Make_global.am +++ b/Make_global.am @@ -2,7 +2,7 @@ # 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=5:0:2 +LIBVERSION=6:0:3 AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS} diff --git a/configure.ac b/configure.ac index 48d7b71..4a78294 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_INIT([libnetfilter_conntrack], [1.0.0]) +AC_INIT([libnetfilter_conntrack], [1.0.1]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.3