From 6278af9dfcdf97dc3a925fe499dcf510175db6d2 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Mon, 21 Feb 2005 19:37:56 +0000 Subject: [PATCH] prepare for 1.3.1 --- NEWS | 7 +++++++ configure.ac | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5e389ce7..06f80acf 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ This file records noteworthy changes. +1.3.1 () +* integral() and eval_integ() can be used from ginsh. +* Integrals can be series-expanded. +* clifford_moebius_map() accepts a representation label specification. +* Fixed a library initialization problem. +* GiNaC compiles from tarball even if lex/flex is missing. + 1.3.0 (19 October 2004) * The Clifford classes have been generalized to allow working with Clifford algebras generated by arbitrary symmetric tensors or matrices. Also, a lot diff --git a/configure.ac b/configure.ac index 94cb5733..24681bcc 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=3 -GINACLIB_MICRO_VERSION=0 +GINACLIB_MICRO_VERSION=1 GINACLIB_INTERFACE_AGE=0 -GINACLIB_BINARY_AGE=0 +GINACLIB_BINARY_AGE=1 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION AC_SUBST(GINACLIB_MAJOR_VERSION) -- 2.49.0