Release of 0.12.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Mon, 31 Dec 2001 16:09:08 +0000 (16:09 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Mon, 31 Dec 2001 16:09:08 +0000 (16:09 +0000)
ChangeLog
NEWS
configure.in

index 6ef55a6c564769f61bd3ada2d26c6882d9d597e4..6acbd97148b5dd9f91f6ae09f92ac6992bc9f9b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-31  Peter Verthez  <Peter.Verthez@advalvas.be>
+
+       * release 0.12
+
 2001-12-30  Peter Verthez  <Peter.Verthez@advalvas.be>
 
        * all: Added some initial documentation.
diff --git a/NEWS b/NEWS
index 2e8f0ad4da6967c69fe90f54172e42c38f45315b..9c49058746d635475c68a31bf17ec55b1b851c8d 100644 (file)
--- 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
index 03b894595c02c31c4959847dd3baac8753d6c5fc..ab1676a6b3b99aaac3f69a0ac01abfa61fa8d0e6 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.12
+LIBVERSION=0:2
 SHELL=/bin/sh
 AC_SUBST(NAME)
 AC_SUBST(VERSION)