# -*- 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])
#
# 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)