X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=3a111a2d6061e476e587f49af3621c7b186800c0;hb=5c40e570e3bd0f3d7139e4d1e429527400c50133;hp=7dc0be604e6cdc12e0486a04aa26d56e04f028e8;hpb=8cec61320074af80bb58653f3d30d1ec1dc277d8;p=gedcom-parse.git diff --git a/configure.in b/configure.in index 7dc0be6..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.10 -LIBVERSION=0:1 +VERSION=0.13 +LIBVERSION=0:3 SHELL=/bin/sh AC_SUBST(NAME) AC_SUBST(VERSION) @@ -34,9 +34,11 @@ AM_GNU_GETTEXT AC_OUTPUT(Makefile gedcom/Makefile + gedcom/calendar/Makefile ansel/Makefile t/Makefile doc/Makefile + doc/images/Makefile include/Makefile intl/Makefile po/Makefile.in)