From f24e6b878a7f7469f04985b96add59d78b7070c9 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 23 Feb 2000 17:35:42 +0000 Subject: [PATCH 1/1] - Version 5.0.2 -> 5.0.3 --- NEWS | 9 ++++++++- configure | 6 +++--- configure.in | 6 +++--- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index be47bc8b..54b4dabf 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ This file records noteworthy changes. +0.5.3 (23 February 2000) +* A more flexible scheme for registering functions was implemented. +* Some Bugfixes. + +0.5.2 (16 February 2000) +* Mainly fixes a bug in the packaging of release 0.5.1. + 0.5.1 (14 February 2000) * Fixes a small number of bugs. @@ -7,7 +14,7 @@ This file records noteworthy changes. * Expressions can be written ("archived") to files and read therefrom. * Addition of GiNaC-cint, which lets you write complete programs in an interactive shell-like manner in your favoured programming - language (C++). + language (i.e. C++). 0.4.1 (13 December 1999) * Series Expansion of Gamma function and some other trigonometric diff --git a/configure b/configure index 5856b5d2..6f60a7ac 100755 --- a/configure +++ b/configure @@ -545,9 +545,9 @@ fi GINACLIB_MAJOR_VERSION=0 GINACLIB_MINOR_VERSION=5 -GINACLIB_MICRO_VERSION=2 -GINACLIB_INTERFACE_AGE=2 -GINACLIB_BINARY_AGE=2 +GINACLIB_MICRO_VERSION=3 +GINACLIB_INTERFACE_AGE=3 +GINACLIB_BINARY_AGE=3 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION diff --git a/configure.in b/configure.in index 40118f71..b4dfde6e 100644 --- a/configure.in +++ b/configure.in @@ -19,9 +19,9 @@ dnl (don't we all *love* M4?)... GINACLIB_MAJOR_VERSION=0 GINACLIB_MINOR_VERSION=5 -GINACLIB_MICRO_VERSION=2 -GINACLIB_INTERFACE_AGE=2 -GINACLIB_BINARY_AGE=2 +GINACLIB_MICRO_VERSION=3 +GINACLIB_INTERFACE_AGE=3 +GINACLIB_BINARY_AGE=3 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION AC_SUBST(GINACLIB_MAJOR_VERSION) -- 2.44.0