]> www.ginac.de Git - ginac.git/commitdiff
* prepare for landing of version 0.7.3.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 28 Feb 2001 15:53:15 +0000 (15:53 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 28 Feb 2001 15:53:15 +0000 (15:53 +0000)
INSTALL
NEWS
configure.in

diff --git a/INSTALL b/INSTALL
index 551b5995236ddb6fea8a433f0e0e17d1d30a2591..4aaa386b898cd1c30fd71f37b0bd0a0d03296fe5 100644 (file)
--- 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 b4bbbc0927260360bab808c6e6868264f2e202b2..19e392bde90973ae2c27dbee245c1a80a310a074 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
 This file records noteworthy changes.
 
-0.7.3 (<date>)
-* 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.
index dd4b32c035ba4acf8b0451c65c1b13640b37fe77..b43428bcefa22c11fe59b2776fa0cad7b8b0fc49 100644 (file)
@@ -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)