]> www.ginac.de Git - ginac.git/commitdiff
Finalize 1.7.4 release. release_1-7-4
authorRichard Kreckel <kreckel@ginac.de>
Mon, 19 Feb 2018 22:32:51 +0000 (23:32 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 19 Feb 2018 22:32:51 +0000 (23:32 +0100)
NEWS
ginac/version.h

diff --git a/NEWS b/NEWS
index cd5df8421d35177e5d63191baf2b62a54fd40538..d6bdb89eadda50b2defc29e6abae890760fcabc0 100644 (file)
--- 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.
index bb9338a1eeb7b3f7393ad0189050319b446663a0..f24ddd5353c5dbbf967eb2652d2fa8b8487e80b0 100644 (file)
@@ -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.