]> www.ginac.de Git - ginac.git/commitdiff
Finalize 1.7.8 release. release_1-7-8
authorRichard Kreckel <kreckel@ginac.de>
Mon, 7 Oct 2019 20:23:54 +0000 (22:23 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 7 Oct 2019 20:23:54 +0000 (22:23 +0200)
NEWS
ginac/version.h

diff --git a/NEWS b/NEWS
index 5e7884889131bef37b745d0c2aff4926850f7ac9..cccbdc8ba8fa783f50e9b09b8e20b1ca414f0d94 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 This file records noteworthy changes.
 
+1.7.8 (7 October 2019)
+* Fix pseries::evalf(), broken since 1.7.0.
+* Fix a corner-case bug in H_evalf().
+
 1.7.7 (22 September 2019)
 * Fix unarchiving empty containers.
 * Remove obsolete exhashmap implementation.
index 929eae299d1f475698c4dcf24653915cafd49406..cc860f5745b22f3be4aabdf8d0f0da9497db4aa7 100644 (file)
@@ -30,7 +30,7 @@
 #define GINACLIB_MINOR_VERSION 7
 
 /* Micro version of GiNaC */
-#define GINACLIB_MICRO_VERSION 7
+#define GINACLIB_MICRO_VERSION 8
 
 // GiNaC library version information. It has very little to do with GiNaC
 // version number. In particular, library version is OS dependent. 
@@ -53,7 +53,7 @@
 //  * change matrix inverse to use default argument (twice)
 //  * remove interfaces marked as deprecated
 #define GINAC_LT_CURRENT  10
-#define GINAC_LT_REVISION 1
+#define GINAC_LT_REVISION 2
 #define GINAC_LT_AGE      4
 
 /*