X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=b1ca1eda00ab67e21fb27f4a3fc39605c89e5122;hb=6103dd898c4de86c68891cc0222543988a2caab7;hp=b942a935cd719bc265148ecafa79e29a5afae608;hpb=bb5284fc2cc6ee6694ed523e01ea454141a370b3;p=gedcom-parse.git diff --git a/configure.in b/configure.in index b942a93..b1ca1ed 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ dnl Global variables NAME=gedcom-parse AC_SUBST(NAME) -VERSION=0.20.0 +VERSION=0.90.0 VERSION_MAJOR=`echo $VERSION | sed 's/\..*$//'` changequote(<<,>>) VERSION_MINOR=`echo $VERSION | sed 's/^[^\.]*\.//' | sed 's/\..*$//'` @@ -19,7 +19,7 @@ AC_SUBST(VERSION_MINOR) AC_SUBST(VERSION_PATCH) AC_SUBST(VERSION) -LIBVERSION=0:8 +LIBVERSION=0:9 AC_SUBST(LIBVERSION) SHELL=/bin/sh @@ -155,6 +155,10 @@ AC_OUTPUT(GNUmakefile doc/Makefile doc/images/Makefile doc/index.html + doc/doxygen/Makefile + doc/doxygen/doxygen.conf + doc/html/Makefile + doc/html/images/Makefile include/Makefile include/gedcom.h intl/Makefile