]> www.ginac.de Git - ginac.git/commitdiff
- Version 5.0.2 -> 5.0.3
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 23 Feb 2000 17:35:42 +0000 (17:35 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 23 Feb 2000 17:35:42 +0000 (17:35 +0000)
NEWS
configure
configure.in

diff --git a/NEWS b/NEWS
index be47bc8b650b75cb814b415d78ada82be508aca1..54b4dabf98ff95f1de3d223bf7061b7ad7d8bfe2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 This file records noteworthy changes.
 
 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.
 
 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
 * 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
 
 0.4.1 (13 December 1999)
 * Series Expansion of Gamma function and some other trigonometric
index 5856b5d251870b0a1388482919d20b9f14d3e2a4..6f60a7accfe12ba1d60fae602f54052eb5b38f90 100755 (executable)
--- a/configure
+++ b/configure
@@ -545,9 +545,9 @@ fi
 
 GINACLIB_MAJOR_VERSION=0
 GINACLIB_MINOR_VERSION=5
 
 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
 
 
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 
index 40118f716562d8fbc7e5919a9dac4884bf20a71e..b4dfde6e54e7a77e71fcbef51ba2185b417782fb 100644 (file)
@@ -19,9 +19,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=0
 GINACLIB_MINOR_VERSION=5
 
 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)
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)