X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=3a111a2d6061e476e587f49af3621c7b186800c0;hb=00537961a05301e245a002110ed9d3da0e0ee2ca;hp=8d51ecb65a5a621034315036b1468b6ab4534318;hpb=247bacef60eb7c868b1c46fe32f47c9dacf87f23;p=gedcom-parse.git diff --git a/configure.in b/configure.in index 8d51ecb..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) @@ -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)