]> www.ginac.de Git - ginac.git/commitdiff
finalized 1.0.14 release_1-0-14
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Sat, 1 Mar 2003 21:05:26 +0000 (21:05 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Sat, 1 Mar 2003 21:05:26 +0000 (21:05 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 433dfe5b28522fb167469e7621701270e3e8f719..0b32e11773d7d403b52d50cf416016d0f2fb50c8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 This file records noteworthy changes.
 
-1.0.14 (<date>)
+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
index 9f85d7bf554e3af5d3d67cbb2334fb253a4eeb75..dd4eadecbcd80643616fcd7b05fcb35de56a23bb 100644 (file)
@@ -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)
index e64e2de41c63418a8bf1fafebb6f23ef34d54e5f..190fcdb72107c85effdda54b7a5b2556810c173c 100644 (file)
@@ -1,3 +1,9 @@
+ginac (1.0.14-1) unstable; urgency=low
+
+  * New upstream (bugfix only) release.
+
+ -- Christian Bauer <cbauer@ginac.de>  Sat,  1 Mar 2003 17:29:13 +0100
+
 ginac (1.0.13-1) unstable; urgency=low
 
   * New upstream (bugfix only) release.