configure.ac
changeset 18 30dd8888a271
parent 16 579831f324c7
child 20 07699c96ba7b
     1.1 --- a/configure.ac	Thu Aug 25 20:41:08 2011 +0100
     1.2 +++ b/configure.ac	Fri May 20 11:20:22 2016 +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.3.2],[ali@juiblex.co.uk])
     1.8 +AC_INIT([whelk],[0.3.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 @@ -27,7 +27,7 @@
    1.13  # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
    1.14  #
    1.15  LT_CURRENT=2
    1.16 -LT_REVISION=0
    1.17 +LT_REVISION=1
    1.18  LT_AGE=2
    1.19  AC_SUBST(LT_CURRENT)
    1.20  AC_SUBST(LT_REVISION)