diff -r 579831f324c7 -r 30dd8888a271 configure.ac --- a/configure.ac Thu Aug 25 20:41:08 2011 +0100 +++ b/configure.ac Fri May 20 11:20:22 2016 +0100 @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([whelk],[0.3.2],[ali@juiblex.co.uk]) +AC_INIT([whelk],[0.3.3],[ali@juiblex.co.uk]) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_SRCDIR([whelk/whelk.c]) @@ -27,7 +27,7 @@ # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details # LT_CURRENT=2 -LT_REVISION=0 +LT_REVISION=1 LT_AGE=2 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION)