configure.ac
changeset 480 18c1225cfa1b
parent 476 48e45439fd9a
child 482 6a8a57779674
     1.1 --- a/configure.ac	Mon Jul 04 13:04:19 2016 +0100
     1.2 +++ b/configure.ac	Thu Jul 07 15:18:02 2016 +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.6.3], [ali@juiblex.co.uk])
     1.8 +AC_INIT([razor], [0.6.3.100], [ali@juiblex.co.uk])
     1.9  AM_INIT_AUTOMAKE([])
    1.10  AM_CONFIG_HEADER([config.h])
    1.11  AM_MAINTAINER_MODE
    1.12 @@ -10,8 +10,8 @@
    1.13  #
    1.14  # See https://www.sourceware.org/autobook/autobook/autobook_61.html for details
    1.15  #
    1.16 -LT_CURRENT=5
    1.17 -LT_REVISION=1
    1.18 +LT_CURRENT=6
    1.19 +LT_REVISION=0
    1.20  LT_AGE=0
    1.21  AC_SUBST(LT_CURRENT)
    1.22  AC_SUBST(LT_REVISION)