diff -r 45e2bb06c88d -r 008c75a5e08d configure.ac --- a/configure.ac Fri Apr 15 16:57:55 2016 +0100 +++ b/configure.ac Mon Jul 04 10:48:18 2016 +0100 @@ -1,17 +1,17 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59c) -AC_INIT([razor], [0.6.2], [ali@juiblex.co.uk]) +AC_INIT([razor], [0.6.3], [ali@juiblex.co.uk]) AM_INIT_AUTOMAKE([]) AM_CONFIG_HEADER([config.h]) AM_MAINTAINER_MODE # libtool versioning - this applies to all libraries in this package # -# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details +# See https://www.sourceware.org/autobook/autobook/autobook_61.html for details # LT_CURRENT=5 -LT_REVISION=0 +LT_REVISION=1 LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION)