From b4c3a23c884c24f4e5d941fb928cf49561a9cdf9 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org" Date: Tue, 19 Dec 2006 17:41:53 +0000 Subject: Introduce the new libnetfilter_conntrack API, features: - object oriented infrastructure - extensible and configurable output (XML) - low level functions to interact with netlink details - fairly documented Still backward compatible. --- Make_global.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am index edc86e8..bf48be2 100644 --- a/Make_global.am +++ b/Make_global.am @@ -1,6 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool # documentation before making any modification -LIBVERSION=2:0:1 +# http://sources.redhat.com/autobook/autobook/autobook_91.html +LIBVERSION=3:0:2 INCLUDES=$(all_includes) -I$(top_srcdir)/include -- cgit v1.2.3