This file records noteworthy changes.
+1.8.8 (dd mm 20yy)
+* Fix a crash in the built-in expression parser.
+* Work around weird C++ RTTI behaviour on MacOS (like on Win32).
+
1.8.7 (12 August 2023)
* Fix series expansion of polynomial(x)^n for small and large n.
* Fix bugs in internal parser from strings.
#define GINACLIB_MINOR_VERSION 8
/* 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.
// TODO, when breaking the SONAME:
// * change matrix inverse to use default argument (twice)
// * check for interfaces marked as deprecated
-#define GINAC_LT_CURRENT 12
-#define GINAC_LT_REVISION 6
-#define GINAC_LT_AGE 1
+#define GINAC_LT_CURRENT 13
+#define GINAC_LT_REVISION 0
+#define GINAC_LT_AGE 0
/*
* GiNaC archive file version information.