From 608201baa62102b00618c1b0ada2b11c0a8f4186 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Thu, 10 Jun 2004 21:54:19 +0000 Subject: updated this for 0.5.2 bumped version number to 0.5.2 and updated lib 2004-06-09 Dodji Seketeli * NEWS: updated this for 0.5.2 * configure: bumped version number to 0.5.2 and updated lib version info. --- ChangeLog | 6 ++++++ NEWS | 7 +++++++ configure.in | 4 ++-- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 09d52d5..fa80191 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-06-09 Dodji Seketeli + + * NEWS: updated this for 0.5.2 + * configure: bumped version number to 0.5.2 and updated lib + version info. + 2004-05-31 Dodji Seketeli * docs/examples/selection-example-1.c: diff --git a/NEWS b/NEWS index 8251e58..2a7dba2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +0.5.2: June 14 2004 + + Fixes since 0.5.1 + ================== + - #143308: parsing non trivial functional notation [Dodji Seketeli] + - fix C99-ism at compile time. [Dodji Seketeli] + 0.5.1: April 18 2004: - fixes: #140334, #140317, #139891, #139615. [Dodji Seketeli] diff --git a/configure.in b/configure.in index 8eaaba2..01c4622 100644 --- a/configure.in +++ b/configure.in @@ -10,10 +10,10 @@ AM_MAINTAINER_MODE LIBCROCO_MAJOR_VERSION=0 LIBCROCO_MINOR_VERSION=5 -LIBCROCO_MICRO_VERSION=1 +LIBCROCO_MICRO_VERSION=2 LIBCROCO_CURRENT=3 -LIBCROCO_REVISION=0 +LIBCROCO_REVISION=1 LIBCROCO_AGE=1 #LIBCROCO_VERSION_INFO=`expr $LIBCROCO_MAJOR_VERSION + $LIBCROCO_MINOR_VERSION`:$LIBCROCO_MICRO_VERSION:$LIBCROCO_MINOR_VERSION -- cgit v1.2.1