]> www.ginac.de Git - ginac.git/commitdiff
bumped version number
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 10 Mar 2004 18:59:48 +0000 (18:59 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 10 Mar 2004 18:59:48 +0000 (18:59 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1335e90341345fd8e241b97188547a2836384185..25b08be686233b2b85221c6f24e12c569e4cc6bc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 This file records noteworthy changes.
 
+1.1.7 (<date>)
+* Fixed a bug in canonicalize_clifford().
+
 1.1.6 (22 January 2004)
 * Added a function option "dummy()" which means "no options". This simplifies
   the implementation of symbolic functions which are not to be further
index a189a8676e84719c845ec561744ddf61b7b85b44..5785b796fea8707980b6c8987044320dbf90c8a5 100644 (file)
@@ -20,9 +20,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=1
 GINACLIB_MINOR_VERSION=1
-GINACLIB_MICRO_VERSION=6
-GINACLIB_INTERFACE_AGE=0
-GINACLIB_BINARY_AGE=6
+GINACLIB_MICRO_VERSION=7
+GINACLIB_INTERFACE_AGE=1
+GINACLIB_BINARY_AGE=7
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)