From: Richard Kreckel Date: Mon, 3 Aug 2020 18:45:53 +0000 (+0200) Subject: Finalize 1.7.11 release. X-Git-Tag: release_1-7-11 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=d17698029e50bb0805ef70d299b58cf6f799e1d1;ds=inline Finalize 1.7.11 release. --- diff --git a/NEWS b/NEWS index ef76b855..2a82f5ff 100644 --- 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). diff --git a/ginac/version.h b/ginac/version.h index 0cf86731..e87377a2 100644 --- a/ginac/version.h +++ b/ginac/version.h @@ -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 /*