X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=3a111a2d6061e476e587f49af3621c7b186800c0;hb=5609cf009e11653fec8314695d9897f9b94204d3;hp=03b894595c02c31c4959847dd3baac8753d6c5fc;hpb=a123e1e996ed6ab9ba78009ae755f1e563609110;p=gedcom-parse.git diff --git a/configure.in b/configure.in index 03b8945..3a111a2 100644 --- a/configure.in +++ b/configure.in @@ -6,8 +6,8 @@ AC_INIT(standalone.c) dnl ============================================================= dnl Global variables NAME=gedcom-parse -VERSION=0.11 -LIBVERSION=0:1 +VERSION=0.13 +LIBVERSION=0:3 SHELL=/bin/sh AC_SUBST(NAME) AC_SUBST(VERSION) @@ -38,6 +38,7 @@ AC_OUTPUT(Makefile ansel/Makefile t/Makefile doc/Makefile + doc/images/Makefile include/Makefile intl/Makefile po/Makefile.in)