From 4c347efb39a3a53ff1e814227e513f6b31a43c44 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sat, 17 Feb 2001 21:06:07 +0000 Subject: [PATCH] Reflect version number 0.7.2 and update Cint status. --- INSTALL | 2 ++ NEWS | 3 +++ configure.in | 6 +++--- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index b942af29..551b5995 100644 --- a/INSTALL +++ b/INSTALL @@ -112,3 +112,5 @@ to compile, install and work properly: < 5.14.39 | `VERBOTEN' by license (please bite your favorite lawyer) < 5.14.60 | since GiNaC version 0.7, these do not compile any more 5.14.62-72 | compiles fine, works well with GCC 2.95.x. GCC3 no go. + 5.14.74 | requires defining -DG__LONGBUF in SYSMACRO and OTHMACRO. + 5.14.75-76 | compiles fine, works well with GCC 2.95.x. GCC3 no go. diff --git a/NEWS b/NEWS index 19c647ca..e38cb62d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ This file records noteworthy changes. +0.7.2 (17 February 2001) +* Several bugfixes in power series expansion, one of them critical. + 0.7.1 (7 February 2001) * Fix problems with Cint that were caused by CLN's overloaded operator new. * Fix compilation errors with GCC3. diff --git a/configure.in b/configure.in index f3c3eb00..dd4b32c0 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=7 -GINACLIB_MICRO_VERSION=1 -GINACLIB_INTERFACE_AGE=1 -GINACLIB_BINARY_AGE=1 +GINACLIB_MICRO_VERSION=2 +GINACLIB_INTERFACE_AGE=2 +GINACLIB_BINARY_AGE=2 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION AC_SUBST(GINACLIB_MAJOR_VERSION) -- 2.44.0