X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=88df9b34c0d17c7018e808a92c4fe65bdca27563;hb=39f76894fd10baca98de8b91dcf98a0b8d4997c8;hp=6a1850e63a615055ad121934e3fc450f66811b19;hpb=a1ee3a539fc8a1e4f5a1c39c488723c4a5870a11;p=gedcom-parse.git diff --git a/configure.in b/configure.in index 6a1850e..88df9b3 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ dnl Global variables NAME=gedcom-parse AC_SUBST(NAME) -VERSION=0.14 +VERSION=0.15 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:4 +LIBVERSION=0:5 AC_SUBST(LIBVERSION) SHELL=/bin/sh