From: Richard Kreckel Date: Thu, 22 Nov 2001 19:33:58 +0000 (+0000) Subject: * Bump version number. X-Git-Tag: release_1-0-1^0 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=73cb565254bd4be69bd257277da8eef80cf2ae3a * Bump version number. --- diff --git a/NEWS b/NEWS index c9a95422..b2ad1a42 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ This file records noteworthy changes. +1.0.1 (22 November 2001) +* Function sqrfree() handles a few more cases now. +* Class relational has real canonical ordering now. +* Handle obscene libreadline version numbers when building ginsh. + 1.0.0 (6 November 2001) * Some internal reorganization resulting in a general speed-up. * The last 3 evaluated expressions in ginsh are now referred to with the diff --git a/configure.ac b/configure.ac index 23806ac8..bde72eb4 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=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)