From a6afb3fda3925fdb51538adffe44608ff9cf1d63 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Mon, 31 Dec 2001 16:09:08 +0000 Subject: [PATCH] Release of 0.12. --- ChangeLog | 4 ++++ NEWS | 4 +++- configure.in | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6ef55a6..6acbd97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-12-31 Peter Verthez + + * release 0.12 + 2001-12-30 Peter Verthez * all: Added some initial documentation. diff --git a/NEWS b/NEWS index 2e8f0ad..9c49058 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ NOTE: NO BACKWARD COMPATIBILITY IS GUARANTEED FOR 0.x RELEASES !! -release 0.12 (): +release 0.12 (31 December 2001): - The calling of callbacks is now completed. + - Some initial documentation is available. + - The parsed value that is returned in callbacks can now be: - a null value - a string diff --git a/configure.in b/configure.in index 03b8945..ab1676a 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.12 +LIBVERSION=0:2 SHELL=/bin/sh AC_SUBST(NAME) AC_SUBST(VERSION) -- 2.30.2