# HG changeset patch # User J. Ali Harlow # Date 1415878227 0 # Node ID 1ca7a49838e90e70c1c189e792c2374e7b097ca2 # Parent 94d7459828bad15c75b3748d08be4605bdbecfd6 Switch from 0.5.7 to 0.6 and update libtool versioning to note incompatibilty diff -r 94d7459828ba -r 1ca7a49838e9 configure.ac --- a/configure.ac Thu Nov 13 10:44:53 2014 +0000 +++ b/configure.ac Thu Nov 13 11:30:27 2014 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59c) -AC_INIT([razor], [0.5.7], [ali@juiblex.co.uk]) +AC_INIT([razor], [0.6], [ali@juiblex.co.uk]) AM_INIT_AUTOMAKE([]) AM_CONFIG_HEADER([config.h]) AM_MAINTAINER_MODE @@ -12,7 +12,7 @@ # LT_CURRENT=5 LT_REVISION=0 -LT_AGE=1 +LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE)