]> www.ginac.de Git - ginac.git/commitdiff
Finalize 1.7.11 release. release_1-7-11
authorRichard Kreckel <kreckel@ginac.de>
Mon, 3 Aug 2020 18:45:53 +0000 (20:45 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 3 Aug 2020 18:45:53 +0000 (20:45 +0200)
NEWS
ginac/version.h

diff --git a/NEWS b/NEWS
index ef76b8552e913788fbe8ca1bfd9011865cc071e5..2a82f5ffe03f209e090a1c6c4cb3ebbfef018c18 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 This file records noteworthy changes.
 
+1.7.11 (3 August 2020)
+* Fix elusive bugs in factor() and in expand().
+
 1.7.10 (28 June 2020)
 * Fix collect_common_factors() for hidden zero arguments.
 * Fix build on modern systems (C++20 and Python3).
index 0cf86731d89605338caba9f981d67024ab8e35cc..e87377a2d7c7779d205e8020e36c78282804db91 100644 (file)
@@ -30,7 +30,7 @@
 #define GINACLIB_MINOR_VERSION 7
 
 /* Micro version of GiNaC */
-#define GINACLIB_MICRO_VERSION 10
+#define GINACLIB_MICRO_VERSION 11
 
 // 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 4
+#define GINAC_LT_REVISION 5
 #define GINAC_LT_AGE      4
 
 /*