From 50d19bb295c880ed1507689769c0afa604dfca38 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 24 Apr 2001 19:35:20 +0000 Subject: [PATCH] * Push towards 0.8.2. --- INSTALL | 4 ++-- NEWS | 2 +- configure.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 2c3f6341..049d3eb5 100644 --- a/INSTALL +++ b/INSTALL @@ -110,5 +110,5 @@ to compile, install and work properly: Cint version | how it works --------------+---------------------------------------------------------- < 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-83 | compiles fine, works well with GCC 2.95.x. GCC3 no go. + < 5.14.62 | since GiNaC version 0.7, these do not compile any more + 5.14.64-84 | compiles fine, works well with GCC 2.95.x. GCC3 no go. diff --git a/NEWS b/NEWS index d07ad0e3..f2a78fa0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ This file records noteworthy changes. -0.8.2 () +0.8.2 (24 April 2001) * degree(), ldegree(), coeff(), lcoeff(), tcoeff() and collect() work with non-symbols as the second argument in ginsh. * the argument to collect() can be a list of objects in which case the diff --git a/configure.in b/configure.in index 4e34b5c8..692ba3ee 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ dnl (don't we all *love* M4?)... GINACLIB_MAJOR_VERSION=0 GINACLIB_MINOR_VERSION=8 -GINACLIB_MICRO_VERSION=1 +GINACLIB_MICRO_VERSION=2 GINACLIB_INTERFACE_AGE=0 GINACLIB_BINARY_AGE=0 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION -- 2.44.0