From 6fbf883d990947d9f7e3b856e5db7f03d45d3aa6 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 17 Feb 2009 21:48:32 +0100 Subject: build: reset age interface since old API has been removed This patch resets the library age since the old API has been removed Signed-off-by: Pablo Neira Ayuso --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make_global.am b/Make_global.am index bf48be2..eab1236 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:0:2 +LIBVERSION=3:0:0 INCLUDES=$(all_includes) -I$(top_srcdir)/include -- cgit v1.2.3