From: Richard Kreckel Date: Thu, 15 May 2025 19:06:38 +0000 (+0200) Subject: Finalize 1.8.9 release. X-Git-Tag: release_1-8-9 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=f0ffaf7ecbd9a075168147ad09c4db1a4e8f2859;p=ginac.git Finalize 1.8.9 release. --- diff --git a/NEWS b/NEWS index 69ba281d..0f5c8e47 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ This file records noteworthy changes. +1.8.9 (15 May 2025) +* Fix compilation with gcc 15. + 1.8.8 (03 January 2025) * Fix a compilation-dependent crash in the built-in expression parser. * Work around weird C++ RTTI behaviour on MacOS (like on Win32). diff --git a/ginac/version.h b/ginac/version.h index de5808be..7ff39c20 100644 --- a/ginac/version.h +++ b/ginac/version.h @@ -30,7 +30,7 @@ #define GINACLIB_MINOR_VERSION 8 /* Micro version of GiNaC */ -#define GINACLIB_MICRO_VERSION 8 +#define GINACLIB_MICRO_VERSION 9 // GiNaC library version information. It has very little to do with GiNaC // version number. In particular, library version is OS dependent. @@ -56,7 +56,7 @@ // * change matrix inverse to use default argument (twice) // * check for interfaces marked as deprecated #define GINAC_LT_CURRENT 13 -#define GINAC_LT_REVISION 0 +#define GINAC_LT_REVISION 1 #define GINAC_LT_AGE 0 /*