Explanation about character encoding.
[gedcom-parse.git] / configure.in
index 03b894595c02c31c4959847dd3baac8753d6c5fc..3a111a2d6061e476e587f49af3621c7b186800c0 100644 (file)
@@ -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)