From e9d15a5eb2279f4c9b153af3dbb487843cc9c048 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sun, 22 Sep 2019 23:39:06 +0200 Subject: [PATCH] Finalize 1.7.7 release. --- NEWS | 5 +++++ ginac/version.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index feed081e..f3d7a14e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ This file records noteworthy changes. +1.7.7 (dd September 2019) +* Fix unarchiving empty containers. +* Remove obsolete exhashmap implementation. +* Fix issues with zeta computation. + 1.7.6 (22 April 2019) * Fix a bug in mul::series() about asymptotic order term. * Fix cl_N code generation for small negative integers. diff --git a/ginac/version.h b/ginac/version.h index 9048fc36..929eae29 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 6 +#define GINACLIB_MICRO_VERSION 7 // 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 0 +#define GINAC_LT_REVISION 1 #define GINAC_LT_AGE 4 /* -- 2.44.0