# HG changeset patch # User J. Ali Harlow # Date 1254155762 -3600 # Node ID 3cde352d32706ed97288f6909ae12d13b8a5e914 # Parent 6e73f3f08309e4a1244cd2b028e5e61bae593a77 Start 0.3 diff -r 6e73f3f08309 -r 3cde352d3270 configure.ac --- a/configure.ac Tue Aug 18 14:04:11 2009 +0100 +++ b/configure.ac Mon Sep 28 17:36:02 2009 +0100 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59c) -AC_INIT([razor], [0.2], [ali@juiblex.co.uk]) +AC_INIT([razor], [0.3], [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=0 +LT_REVISION=1 LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION)