# HG changeset patch # User J. Ali Harlow # Date 1272045883 -3600 # Node ID ad1aed244c1093d6ce265ba83345510e41fdce18 # Parent 297c6c8be2d1e1a88e2b2f2fe69095cfe0d37ff0 Start 0.4 diff -r 297c6c8be2d1 -r ad1aed244c10 configure.ac --- a/configure.ac Thu Oct 01 20:02:23 2009 +0100 +++ b/configure.ac Fri Apr 23 19:04:43 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)