]> www.ginac.de Git - ginac.git/commitdiff
* Finalize for release 1.3.3. release_1-3-3
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Mon, 24 Oct 2005 17:06:12 +0000 (17:06 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Mon, 24 Oct 2005 17:06:12 +0000 (17:06 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f49682bdc796cfb8b8c3dc8d7a8460f19f46d7b5..8b8f61ddaaa671daa41b7a3628db4896fe76054e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,13 @@
 This file records noteworthy changes.
 
-1.3.3 (<date>)
+1.3.3 (2005-10-24)
 * Fixed bug occuring in algebraic substitutions with expressions involving
   indices.
 * Fixed bug that selected the wrong algorithm for determinants of purely
   numeric matrices with at least one floating point element.
 * Fixed bug in function H that caused an infinite recursion for arguments
   around +-I.
-* Fixed const-correctness in printing handler for GCC 4.0.2
+* Fixed const-correctness in printing handler for GCC 4.0.2.
 * Made lookup in adaptivesimpson precision-aware.
 * Added series expansion for functions (classical) Li and S around x==0.
 * Added fsolve() numerical univariate real-valued function solver.
index d65dd7f3bb00ebc93ffcd2f147367649be39e096..6fe6a86a47055be214975d00b8655fc0e9fce6fe 100644 (file)
@@ -12,11 +12,11 @@ dnl set ginac_binary_age and ginac_interface_age to 0.
 
 m4_define([ginac_major_version], [1])
 m4_define([ginac_minor_version], [3])
-m4_define([ginac_micro_version], [2])
+m4_define([ginac_micro_version], [3])
 m4_define([ginac_version], [ginac_major_version.ginac_minor_version.ginac_micro_version])
 m4_define([ginac_release], [ginac_major_version.ginac_minor_version])
 m4_define([ginac_interface_age], [0])
-m4_define([ginac_binary_age], [0])
+m4_define([ginac_binary_age], [1])
 
 AC_INIT([GiNaC], ginac_version, [<ginac-list@ginac.de>])
 AC_PREREQ(2.59)