From 8af3f60ff3279e7c268c79ecd9859e00d2a57902 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 28 Feb 2001 15:53:15 +0000 Subject: [PATCH 1/1] * prepare for landing of version 0.7.3. --- INSTALL | 2 +- NEWS | 6 ++++-- configure.in | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 551b5995..4aaa386b 100644 --- a/INSTALL +++ b/INSTALL @@ -113,4 +113,4 @@ to compile, install and work properly: < 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. + 5.14.75-78 | compiles fine, works well with GCC 2.95.x. GCC3 no go. diff --git a/NEWS b/NEWS index b4bbbc09..19e392bd 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,9 @@ This file records noteworthy changes. -0.7.3 () -* Added a section to the tutorial about adding new algebraic classes to GiNaC +0.7.3 (28 February 2001) +* Several bugfixes and minor performance tunings. +* Added a section to the tutorial about adding new algebraic classes to GiNaC. +* Closed many in-source documentation gaps. 0.7.2 (17 February 2001) * Several bugfixes in power series expansion, one of them critical. diff --git a/configure.in b/configure.in index dd4b32c0..b43428bc 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=2 -GINACLIB_INTERFACE_AGE=2 -GINACLIB_BINARY_AGE=2 +GINACLIB_MICRO_VERSION=3 +GINACLIB_INTERFACE_AGE=0 +GINACLIB_BINARY_AGE=0 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION AC_SUBST(GINACLIB_MAJOR_VERSION) -- 2.44.0