From edf1a6c36331b306e853c7d496f5f9bdfe492cd4 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 18 Jun 2007 19:49:40 +0000 Subject: 2007-06-18 Havoc Pennington * Release 1.1.1 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 4bdc535d..deb788ef 100644 --- a/configure.in +++ b/configure.in @@ -25,7 +25,7 @@ AM_MAINTAINER_MODE # ## increment if the interface has additions, changes, removals. -LT_CURRENT=5 +LT_CURRENT=6 ## increment any time the source changes; set to ## 0 if you increment CURRENT @@ -34,7 +34,7 @@ LT_REVISION=0 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has ## precedence over adding, so set to 0 if both happened. -LT_AGE=2 +LT_AGE=3 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) -- cgit