X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=a1157fe99db12fc67496ea203221c6e46beeaaab;hb=6b3baf3b96f94314ce6cb24dc32be1b1ecfec9b4;hp=9312b32b1ea94dd8d109e0afeb05fe6dec4c9c0d;hpb=7ea4ef8cae7b52f2bf66371a5e7b493cbd12900e;p=gedcom-parse.git diff --git a/configure.in b/configure.in index 9312b32..a1157fe 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ dnl Global variables NAME=gedcom-parse AC_SUBST(NAME) -VERSION=0.16 +VERSION=0.17 VERSION_MAJOR=`echo $VERSION | sed 's/\..*$//'` changequote(<<,>>) VERSION_MINOR=`echo $VERSION | sed 's/^[^\.]*\.//'` @@ -17,7 +17,7 @@ AC_SUBST(VERSION_MAJOR) AC_SUBST(VERSION_MINOR) AC_SUBST(VERSION) -LIBVERSION=0:6 +LIBVERSION=0:7 AC_SUBST(LIBVERSION) SHELL=/bin/sh