From 69a9c8e530d6f430b660f1caec465ad4cd7cca66 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Sat, 1 Mar 2003 21:05:26 +0000 Subject: [PATCH] finalized 1.0.14 --- NEWS | 2 +- configure.ac | 6 +++--- debian/changelog | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 433dfe5b..0b32e117 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ This file records noteworthy changes. -1.0.14 () +1.0.14 (1 March 2003) * Improved the C-source output: complex numbers are printed correctly (using the STL complex<> template or cln::complex()), rational numbers use cl_RA() in the CLN output, and small integers are printed in a more compact format diff --git a/configure.ac b/configure.ac index 9f85d7bf..dd4eadec 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=13 -GINACLIB_INTERFACE_AGE=0 -GINACLIB_BINARY_AGE=13 +GINACLIB_MICRO_VERSION=14 +GINACLIB_INTERFACE_AGE=1 +GINACLIB_BINARY_AGE=14 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION AC_SUBST(GINACLIB_MAJOR_VERSION) diff --git a/debian/changelog b/debian/changelog index e64e2de4..190fcdb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ginac (1.0.14-1) unstable; urgency=low + + * New upstream (bugfix only) release. + + -- Christian Bauer Sat, 1 Mar 2003 17:29:13 +0100 + ginac (1.0.13-1) unstable; urgency=low * New upstream (bugfix only) release. -- 2.44.0