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).
#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.
// * 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
/*