From 1bbc24efbf6d6923f9908f02df6a24f0759ddb37 Mon Sep 17 00:00:00 2001 From: cg25 Date: Mon, 25 May 2009 00:00:13 +0000 Subject: [PATCH] bump up library soname --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 64eebc99f..faa8f965b 100644 --- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ dnl change does not break upward compatibility (ie it is an addition), dnl increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed, dnl REVISION is set to 0, otherwise REVISION is incremented. dnl --------------------------------------------------------------------------- -VERSION_INFO_CURRENT=4 +VERSION_INFO_CURRENT=5 VERSION_INFO_REVISION=0 VERSION_INFO_AGE=0 INTERFACE_VERSION_INFO=$VERSION_INFO_CURRENT:$VERSION_INFO_REVISION:$VERSION_INFO_AGE