diff -r 3cde352d3270 -r d16ac3fb05fa configure.ac --- a/configure.ac Mon Sep 28 17:36:02 2009 +0100 +++ b/configure.ac Fri Apr 23 19:14:17 2010 +0100 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59c) -AC_INIT([razor], [0.3], [ali@juiblex.co.uk]) +AC_INIT([razor], [0.4], [ali@juiblex.co.uk]) AM_INIT_AUTOMAKE([]) AM_CONFIG_HEADER([config.h]) AM_MAINTAINER_MODE @@ -11,7 +11,7 @@ # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details # LT_CURRENT=1 -LT_REVISION=1 +LT_REVISION=2 LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION)