configure.ac
changeset 392 ad1aed244c10
parent 385 3cde352d3270
child 397 4efbc922dc87
     1.1 --- a/configure.ac	Mon Sep 28 17:36:02 2009 +0100
     1.2 +++ b/configure.ac	Fri Apr 23 19:04:43 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  dnl Process this file with autoconf to produce a configure script.
     1.5  
     1.6  AC_PREREQ(2.59c)
     1.7 -AC_INIT([razor], [0.3], [ali@juiblex.co.uk])
     1.8 +AC_INIT([razor], [0.4], [ali@juiblex.co.uk])
     1.9  AM_INIT_AUTOMAKE([])
    1.10  AM_CONFIG_HEADER([config.h])
    1.11  AM_MAINTAINER_MODE
    1.12 @@ -11,7 +11,7 @@
    1.13  # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
    1.14  #
    1.15  LT_CURRENT=1
    1.16 -LT_REVISION=1
    1.17 +LT_REVISION=2
    1.18  LT_AGE=0
    1.19  AC_SUBST(LT_CURRENT)
    1.20  AC_SUBST(LT_REVISION)