Start 0.3
authorJ. Ali Harlow <ali@juiblex.co.uk>
Fri Oct 16 15:24:19 2009 +0100 (2009-10-16)
changeset 95fc4375cdfb5
parent 7 565f6683213f
child 10 9ae1a7880142
Start 0.3
configure.ac
     1.1 --- a/configure.ac	Wed Aug 26 22:34:27 2009 +0100
     1.2 +++ b/configure.ac	Fri Oct 16 15:24:19 2009 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  #                                               -*- Autoconf -*-
     1.5  # Process this file with autoconf to produce a configure script.
     1.6  
     1.7 -AC_INIT([whelk],[0.2.1],[ali@juiblex.co.uk])
     1.8 +AC_INIT([whelk],[0.3],[ali@juiblex.co.uk])
     1.9  AC_PREREQ(2.59)
    1.10  AC_CONFIG_AUX_DIR([config])
    1.11  AC_CONFIG_SRCDIR([whelk/whelk.c])
    1.12 @@ -26,9 +26,9 @@
    1.13  #
    1.14  # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
    1.15  #
    1.16 -LT_CURRENT=1
    1.17 -LT_REVISION=1
    1.18 -LT_AGE=1
    1.19 +LT_CURRENT=2
    1.20 +LT_REVISION=0
    1.21 +LT_AGE=2
    1.22  AC_SUBST(LT_CURRENT)
    1.23  AC_SUBST(LT_REVISION)
    1.24  AC_SUBST(LT_AGE)