From: Richard Kreckel Date: Wed, 28 Feb 2001 15:53:15 +0000 (+0000) Subject: * prepare for landing of version 0.7.3. X-Git-Tag: release_0-7-3~8 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=8af3f60ff3279e7c268c79ecd9859e00d2a57902;hp=867d2fdc427b4f24c7755f9f5b953988575d03d0 * prepare for landing of version 0.7.3. --- 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)