X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=e3a97b00e378e0cea2a8db15a1a995e162a6e423;hb=fe2dc3978893f5ef76c12b96947d756c36361b63;hp=26c9d32c458f7e96659c60e9f31438f66ade9b88;hpb=ab7a95f78b26b3e4b0850357bdf021293b2b09db;p=gedcom-parse.git diff --git a/configure.in b/configure.in index 26c9d32..e3a97b0 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ dnl Global variables NAME=gedcom-parse AC_SUBST(NAME) -VERSION=0.13 +VERSION=0.14 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:3 +LIBVERSION=0:4 AC_SUBST(LIBVERSION) SHELL=/bin/sh @@ -46,6 +46,7 @@ AC_OUTPUT(Makefile gedcom/calendar/Makefile ansel/Makefile t/Makefile + t/input/Makefile doc/Makefile doc/images/Makefile include/Makefile