From: Christian Bauer Date: Sat, 1 Mar 2003 21:05:26 +0000 (+0000) Subject: finalized 1.0.14 X-Git-Tag: release_1-0-14^0 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=69a9c8e530d6f430b660f1caec465ad4cd7cca66 finalized 1.0.14 --- 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.