]> www.ginac.de Git - ginac.git/commitdiff
finalize release 1.0.12 release_1-0-12
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 30 Oct 2002 19:17:03 +0000 (19:17 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 30 Oct 2002 19:17:03 +0000 (19:17 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index efcbb54c940dcb9e532815210b22c452f6215f17..5c5c4baac46a222a9c1834610fc2278cbb1914cc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 This file records noteworthy changes.
 
-1.0.12 (<date>)
+1.0.12 (30 October 2002)
 * Fixed a bug in power::expand() that could produce invalid exressions.
 * The input parser no longer ignores extra data following accepted input.
 * Improved the CLN C-source output (integers are printed as integers, and
index 5052d1d099b5a568f9765df6f929d7a70c36a561..04a7d16ab4f144c02e24fc35582f319dbdbefade 100644 (file)
@@ -20,9 +20,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=1
 GINACLIB_MINOR_VERSION=0
-GINACLIB_MICRO_VERSION=11
+GINACLIB_MICRO_VERSION=12
 GINACLIB_INTERFACE_AGE=0
-GINACLIB_BINARY_AGE=11
+GINACLIB_BINARY_AGE=12
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)