From 14b50313556eb7ad86de21438ae5837624db381f Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 4 Jan 2012 17:33:33 +0100 Subject: build: bump version to 1.0.0 This patch bumps version to 1.0.0 and it bumps the API revision number. 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 bf74d1c..75d0898 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=4:3:1 +LIBVERSION=5:0:2 AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS} diff --git a/configure.ac b/configure.ac index e7d8fcb..48d7b71 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_INIT([libnetfilter_conntrack], [0.9.1]) +AC_INIT([libnetfilter_conntrack], [1.0.0]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.3