]> www.ginac.de Git - ginac.git/commitdiff
Preparing for release 1.5.6. release_1-5-6
authorJens Vollinga <jensv@nikhef.nl>
Thu, 28 Jan 2010 14:25:01 +0000 (15:25 +0100)
committerJens Vollinga <jensv@nikhef.nl>
Thu, 28 Jan 2010 14:25:01 +0000 (15:25 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 2b5c9b4da0693bcb6188e8591be949f4643b48f3..c3d6e27335a215ab2f957d47440395d12b28b7cf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 This file records noteworthy changes.
 
+1.5.6 (28 January 2010)
+* Fixed compile problem with gcc 3.4.
+* Improved excompiler: The ginac-excompiler script will only be installed if
+  excompiler is supported and enabled.
+
 1.5.5 (04 November 2009)
 * Correct libtool versioning.
 
index 0f40373e1acd715fdc8ef0dec884f2dc041b613f..a77249e14ad4d44d991a9d7e21f7b55bfc9c9453 100644 (file)
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 dnl GiNaC version number
 m4_define([ginac_major_version], [1])
 m4_define([ginac_minor_version], [5])
-m4_define([ginac_micro_version], [5])
+m4_define([ginac_micro_version], [6])
 m4_define([ginac_version], [ginac_major_version.ginac_minor_version.ginac_micro_version])
 m4_define([ginac_release], [ginac_major_version.ginac_minor_version])
 
@@ -24,7 +24,7 @@ dnl increasing. This doesn't matter, though: there is not incurred cost
 dnl for numbers that are omitted, except for shrinking the available space
 dnl of leftover numbers. Not something we need to worry about yet. ;-)
 m4_define([ginac_lt_current], [1])
-m4_define([ginac_lt_revision], [0])
+m4_define([ginac_lt_revision], [1])
 
 AC_INIT([GiNaC], ginac_version, [<ginac-list@ginac.de>])
 AC_PREREQ(2.59)