From: Richard Kreckel Date: Tue, 11 Jun 2002 21:47:19 +0000 (+0000) Subject: * Insert date and bump patchlevel. X-Git-Tag: release_1-0-9^0 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=3ce9adede6e316865ae7d862bf58db8ab6999c1b;ds=inline * Insert date and bump patchlevel. --- diff --git a/NEWS b/NEWS index 44687e52..2d6b3c75 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ This file records noteworthy changes. -1.0.9 () +1.0.9 (11 June 2002) * simplify_indexed() now raises/lowers dummy indices to canonicalize the index variance. This allows some simplifications that weren't possible before, like eps~a.b~c~d*X.a*X~b -> 0 and X.a~a-X~a.a -> 0. diff --git a/configure.ac b/configure.ac index d0558678..4c728473 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=8 +GINACLIB_MICRO_VERSION=9 GINACLIB_INTERFACE_AGE=0 -GINACLIB_BINARY_AGE=8 +GINACLIB_BINARY_AGE=9 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION AC_SUBST(GINACLIB_MAJOR_VERSION)