Split off context stuff to different file.
[gedcom-parse.git] / configure.in
index d59e896253ea34fe06994fef284a4a101c39d360..50d0131b08940d795d47e89245ff860d03362634 100644 (file)
@@ -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
@@ -159,4 +159,5 @@ AC_OUTPUT(GNUmakefile
          include/gedcom.h
           intl/Makefile
           po/Makefile.in
-         m4/Makefile)
+         m4/Makefile
+         bin/Makefile)