# HG changeset patch # User J. Ali Harlow # Date 1255703059 -3600 # Node ID 5fc4375cdfb59b2a98a6bb7062c9330e8561531c # Parent 565f6683213f9c7219a7575682c8dc2422cd2de1 Start 0.3 diff -r 565f6683213f -r 5fc4375cdfb5 configure.ac --- a/configure.ac Wed Aug 26 22:34:27 2009 +0100 +++ b/configure.ac Fri Oct 16 15:24:19 2009 +0100 @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([whelk],[0.2.1],[ali@juiblex.co.uk]) +AC_INIT([whelk],[0.3],[ali@juiblex.co.uk]) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_SRCDIR([whelk/whelk.c]) @@ -26,9 +26,9 @@ # # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details # -LT_CURRENT=1 -LT_REVISION=1 -LT_AGE=1 +LT_CURRENT=2 +LT_REVISION=0 +LT_AGE=2 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE)