diff -r 62d265f584c4 -r 5fc4375cdfb5 configure.ac --- a/configure.ac Wed Aug 26 22:34:00 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)