From c3a7dda76e171bbd1e1418b3dab56df49920f721 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sat, 11 Apr 2020 01:20:22 +0200 Subject: [PATCH] Finalize 1.7.9 release. --- NEWS | 4 ++++ ginac/version.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cccbdc8b..d5d634bc 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ This file records noteworthy changes. +1.7.9 (11 April 2020) +* Fix unarchiving of overloaded functions. +* Fix MinGW64 build. + 1.7.8 (7 October 2019) * Fix pseries::evalf(), broken since 1.7.0. * Fix a corner-case bug in H_evalf(). diff --git a/ginac/version.h b/ginac/version.h index a99d831b..abf1024e 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 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. @@ -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 2 +#define GINAC_LT_REVISION 3 #define GINAC_LT_AGE 4 /* -- 2.49.0