From: Richard Kreckel Date: Sat, 6 Feb 2016 11:51:39 +0000 (+0100) Subject: Finalize 1.6.7 release. X-Git-Tag: release_1-6-7 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=065600d31de1301c0ea2df2c08ab59e7767cfc7f Finalize 1.6.7 release. --- diff --git a/NEWS b/NEWS index 23656daf..1f7f2efb 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ This file records noteworthy changes. +1.6.7 (29 February 2016) +* Fix elusive bug in sqrfree(), normal(), numer(), and denom(). + 1.6.6 (20 December 2015) * Fix elusive bug in add::eval(). * Several minor performance enhancements. diff --git a/ginac/version.h b/ginac/version.h index b8c935ee..ffd77ce7 100644 --- a/ginac/version.h +++ b/ginac/version.h @@ -30,7 +30,7 @@ #define GINACLIB_MINOR_VERSION 6 /* 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. @@ -50,7 +50,7 @@ // for numbers that are omitted, except for shrinking the available space // of leftover numbers. Not something we need to worry about yet. ;-) #define GINAC_LT_CURRENT 5 -#define GINAC_LT_REVISION 2 +#define GINAC_LT_REVISION 3 #define GINAC_LT_AGE 0 /*