Switch from 0.5.7 to 0.6 and update libtool versioning to note incompatibilty 0.6
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu Nov 13 11:30:27 2014 +0000 (2014-11-13)
changeset 4631ca7a49838e9
parent 462 94d7459828ba
child 464 60372dd96dd6
child 465 271bb9e6e10f
Switch from 0.5.7 to 0.6 and update libtool versioning to note incompatibilty
configure.ac
     1.1 --- a/configure.ac	Thu Nov 13 10:44:53 2014 +0000
     1.2 +++ b/configure.ac	Thu Nov 13 11:30:27 2014 +0000
     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.5.7], [ali@juiblex.co.uk])
     1.8 +AC_INIT([razor], [0.6], [ali@juiblex.co.uk])
     1.9  AM_INIT_AUTOMAKE([])
    1.10  AM_CONFIG_HEADER([config.h])
    1.11  AM_MAINTAINER_MODE
    1.12 @@ -12,7 +12,7 @@
    1.13  #
    1.14  LT_CURRENT=5
    1.15  LT_REVISION=0
    1.16 -LT_AGE=1
    1.17 +LT_AGE=0
    1.18  AC_SUBST(LT_CURRENT)
    1.19  AC_SUBST(LT_REVISION)
    1.20  AC_SUBST(LT_AGE)