]> www.ginac.de Git - ginac.git/commitdiff
* Supplement some (now deprecated) macros by inlined template functions:
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 16 Jun 2001 18:35:45 +0000 (18:35 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 16 Jun 2001 18:35:45 +0000 (18:35 +0000)
  - ex_to_foobar(baz)  ->  ex_to<foobar>(baz).
* Bump up minor version.

NEWS
configure.in

diff --git a/NEWS b/NEWS
index 11a1966ad9c155e8799ddccb5b15805d54649891..e62d07386a8be0560beea6c81509f523ed1c6268 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,7 @@ This file records noteworthy changes.
   - is_ex_of_type(foo, type) -> is_a<type>(foo)
   - is_exaclty_of_type(foo, type) -> is_exaclty_a<type>(foo)
   - is_ex_exaclty_of_type(foo, type) -> is_exaclty_a<type>(foo)
+  - ex_to_foobar(baz)  ->  ex_to<foobar>(baz)
 
 0.9.0 (7 June 2001)
 * In the output and in ginsh, lists are now delimited by { } braces, and
index 76dd5d4ea59dd885f56b07b449d8f4b4916f217f..463a66e95887bda2bf653d5d5efcc479be886a10 100644 (file)
@@ -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