From: Richard Kreckel Date: Sat, 16 Jun 2001 18:35:45 +0000 (+0000) Subject: * Supplement some (now deprecated) macros by inlined template functions: X-Git-Tag: release_0-9-1~38 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=aa9b384d38753c424beb00d74a7889d75bfeb2b9 * Supplement some (now deprecated) macros by inlined template functions: - ex_to_foobar(baz) -> ex_to(baz). * Bump up minor version. --- diff --git a/NEWS b/NEWS index 11a1966a..e62d0738 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ This file records noteworthy changes. - is_ex_of_type(foo, type) -> is_a(foo) - is_exaclty_of_type(foo, type) -> is_exaclty_a(foo) - is_ex_exaclty_of_type(foo, type) -> is_exaclty_a(foo) + - ex_to_foobar(baz) -> ex_to(baz) 0.9.0 (7 June 2001) * In the output and in ginsh, lists are now delimited by { } braces, and diff --git a/configure.in b/configure.in index 76dd5d4e..463a66e9 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ dnl (don't we all *love* M4?)... GINACLIB_MAJOR_VERSION=0 GINACLIB_MINOR_VERSION=9 -GINACLIB_MICRO_VERSION=0 +GINACLIB_MICRO_VERSION=1 GINACLIB_INTERFACE_AGE=0 GINACLIB_BINARY_AGE=0 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION