From a361ae7c29a5ae5da6c2123720881ae0da2e651f Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Mon, 19 Apr 2004 19:00:14 +0000 Subject: [PATCH] - documentation update - bumped version number --- NEWS | 1 + configure.ac | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 7f3cefc8..69cfd902 100644 --- 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 template class for the easy creation of user-defined diff --git a/configure.ac b/configure.ac index 9ebcbc29..62254927 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.49.0