[librep] version bump to 0.91.0 ( ABI-incompatible! ) soname bump to 9.6.0



commit 285be02d989aa4f6b7038a9420d505ec08e36d99
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Sun Aug 29 07:41:50 2010 +0200

    version bump to 0.91.0 ( ABI-incompatible! )
    soname bump to 9.6.0

 configure.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index 4c4f9fa..cbcea41 100644
--- a/configure.in
+++ b/configure.in
@@ -27,15 +27,15 @@ AC_CONFIG_MACRO_DIR([m4])
 AM_PROG_LIBTOOL
 
 dnl Release versioning info
-version="0.90.7"
+version="0.91.0"
 
 dnl libtool versioning info: `CURRENT:REVISION:AGE'. CURRENT is the
 dnl current interface id, REVISION is the version number of this
 dnl implementation, AGE defines the first interface id also supported
 dnl (i.e. all interfaces between CURRENT-AGE and CURRENT are supported)
-libcurrent=14
+libcurrent=15
 librevision=0
-libage=5
+libage=6
 libversion="$libcurrent:$librevision:$libage"
 
 makefile_template="Makefile.in:Makedefs.in"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]