]> www.ginac.de Git - ginac.git/commitdiff
- documentation update
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Mon, 19 Apr 2004 19:00:14 +0000 (19:00 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Mon, 19 Apr 2004 19:00:14 +0000 (19:00 +0000)
- bumped version number

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7f3cefc82d3f76abd23fad560f8c63d874ad73f9..69cfd902ebf41dcf0b9503bdce87feefe080bd80 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ This file records noteworthy changes.
 * Fixed infinite recursion in atan2_evalf() and improved atan2_eval().
 * Added automatic evaluations for trigonometric functions with negative
   arguments (e.g. sin(-2) -> -sin(2)).
+* Fixed a static initialization order goof-up.
 
 1.2.0 (19 March 2004)
 * Added a structure<T> template class for the easy creation of user-defined
index 9ebcbc294eacf010aa6dffca8965fa348ff82615..622549272439f9b1845a7c9a4f14094c467c4fd9 100644 (file)
@@ -20,9 +20,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=1
 GINACLIB_MINOR_VERSION=2
-GINACLIB_MICRO_VERSION=0
-GINACLIB_INTERFACE_AGE=0
-GINACLIB_BINARY_AGE=0
+GINACLIB_MICRO_VERSION=1
+GINACLIB_INTERFACE_AGE=1
+GINACLIB_BINARY_AGE=1
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)