From: Christian Bauer Date: Wed, 30 Oct 2002 19:17:03 +0000 (+0000) Subject: finalize release 1.0.12 X-Git-Tag: release_1-0-12 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=refs%2Ftags%2Frelease_1-0-12;hp=47512c1a9dba42e99570f617511db11dfcb176aa finalize release 1.0.12 --- diff --git a/NEWS b/NEWS index efcbb54c..5c5c4baa 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ This file records noteworthy changes. -1.0.12 () +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 diff --git a/configure.ac b/configure.ac index 5052d1d0..04a7d16a 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=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)