From 0aa0a0c6fe7d24fdc41af01581e8728054393740 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sat, 24 Aug 2024 23:07:01 +0200 Subject: [PATCH] Prepare for next release 1.8.8. SONAME change because the parser's reader_func has changed. --- NEWS | 4 ++++ ginac/version.h | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 828b0130..bd3ded0c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ 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. diff --git a/ginac/version.h b/ginac/version.h index d6c1381b..66632c53 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 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. @@ -55,9 +55,9 @@ // 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. -- 2.46.0