From: Peter Verthez Date: Sun, 20 Jan 2002 13:54:11 +0000 (+0000) Subject: Release 0.14. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=334ea328311f1217892d9821790a255a44289b41;p=gedcom-parse.git Release 0.14. --- diff --git a/ChangeLog b/ChangeLog index f23971d..30f8e7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-01-20 Peter Verthez + * release 0.14 + * restructured the test setup 2002-01-19 Peter Verthez diff --git a/NEWS b/NEWS index 80af74e..28a1bae 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ NOTE: NO BACKWARD COMPATIBILITY IS GUARANTEED FOR 0.x RELEASES !! +release 0.14 (20 January 2002): + + - This is mainly a bugfixing release, no extra features have been added. + + - Some example code is available on how to convert from UTF-8 to the locale + system, and how to check the library version via configure.in (see the + documentation for details). + release 0.13 (5 January 2002): - Cross-references are now parsed and checked. For this, an extra type is diff --git a/configure.in b/configure.in index 6d8eabb..e3a97b0 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ dnl Global variables NAME=gedcom-parse AC_SUBST(NAME) -VERSION=0.13 +VERSION=0.14 VERSION_MAJOR=`echo $VERSION | sed 's/\..*$//'` changequote(<<,>>) VERSION_MINOR=`echo $VERSION | sed 's/^[^\.]*\.//'` @@ -17,7 +17,7 @@ AC_SUBST(VERSION_MAJOR) AC_SUBST(VERSION_MINOR) AC_SUBST(VERSION) -LIBVERSION=0:3 +LIBVERSION=0:4 AC_SUBST(LIBVERSION) SHELL=/bin/sh