Update libtool versioning in preparation for release
authorJ. Ali Harlow <ali@juiblex.co.uk>
Sat Aug 23 17:24:34 2014 +0100 (2014-08-23)
changeset 443b2d6a8273459
parent 442 c4bcba8023a9
child 444 a2908416b7cc
Update libtool versioning in preparation for release
configure.ac
     1.1 --- a/configure.ac	Sat Aug 23 16:28:31 2014 +0100
     1.2 +++ b/configure.ac	Sat Aug 23 17:24:34 2014 +0100
     1.3 @@ -10,9 +10,9 @@
     1.4  #
     1.5  # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
     1.6  #
     1.7 -LT_CURRENT=4
     1.8 +LT_CURRENT=5
     1.9  LT_REVISION=0
    1.10 -LT_AGE=0
    1.11 +LT_AGE=1
    1.12  AC_SUBST(LT_CURRENT)
    1.13  AC_SUBST(LT_REVISION)
    1.14  AC_SUBST(LT_AGE)