From 5882fcb12c8e826fba5d2f403467885ad276e0f4 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 27 Jul 2007 20:59:42 +0000 Subject: 2007-07-27 Havoc Pennington * release 1.1.2 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 7b7cf262..822677f3 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ AM_MAINTAINER_MODE # ## increment if the interface has additions, changes, removals. -LT_CURRENT=6 +LT_CURRENT=7 ## increment any time the source changes; set to ## 0 if you increment CURRENT @@ -33,7 +33,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=3 +LT_AGE=4 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) -- cgit