# HG changeset patch # User J. Ali Harlow # Date 1408811074 -3600 # Node ID b2d6a8273459828bd3ff9faa946e588804095a0b # Parent c4bcba8023a9805f8723e56d72a01a713af24649 Update libtool versioning in preparation for release diff -r c4bcba8023a9 -r b2d6a8273459 configure.ac --- a/configure.ac Sat Aug 23 16:28:31 2014 +0100 +++ b/configure.ac Sat Aug 23 17:24:34 2014 +0100 @@ -10,9 +10,9 @@ # # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details # -LT_CURRENT=4 +LT_CURRENT=5 LT_REVISION=0 -LT_AGE=0 +LT_AGE=1 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE)