From: Richard Kreckel Date: Mon, 19 Feb 2018 22:32:51 +0000 (+0100) Subject: Finalize 1.7.4 release. X-Git-Tag: release_1-7-4 X-Git-Url: https://www.ginac.de/ginac.git/tutorial/ginac.git?a=commitdiff_plain;h=b2a0360baf9f1c7f4d335d6da6640e80afe8058b;p=ginac.git Finalize 1.7.4 release. --- diff --git a/NEWS b/NEWS index cd5df842..d6bdb89e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ This file records noteworthy changes. +1.7.4 (19 February 2018) +* Fix ABI compatibility with 1.7.[0-2] (broken unintentionally in 1.7.3). + 1.7.3 (1 February 2018) * Speed up some corner cases of polynomial factorization. * Speed up some corner cases of gcd computation. diff --git a/ginac/version.h b/ginac/version.h index bb9338a1..f24ddd53 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 3 +#define GINACLIB_MICRO_VERSION 4 // GiNaC library version information. It has very little to do with GiNaC // version number. In particular, library version is OS dependent. @@ -52,9 +52,9 @@ // TODO, when setting GINAC_LT_REVISION to 0: // * change matrix inverse to use default argument (twice) // * remove interfaces marked as deprecated -#define GINAC_LT_CURRENT 7 -#define GINAC_LT_REVISION 3 -#define GINAC_LT_AGE 1 +#define GINAC_LT_CURRENT 8 +#define GINAC_LT_REVISION 0 +#define GINAC_LT_AGE 2 /* * GiNaC archive file version information.