]> www.ginac.de Git - ginac.git/commitdiff
Repairing the preparing of the release. release_1-5-1
authorJens Vollinga <jensv@nikhef.nl>
Wed, 25 Feb 2009 14:03:38 +0000 (15:03 +0100)
committerJens Vollinga <jensv@nikhef.nl>
Wed, 25 Feb 2009 14:03:38 +0000 (15:03 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 775cca3522caca8ffdb8e1380426ee78face9214..1c863785abcd5c0cb2daca32c4b972d0e7960414 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ This file records noteworthy changes.
 
 1.5.1 (25 February 2009)
 * Fixed compiling problems with GNU g++ 3.4.
 
 1.5.1 (25 February 2009)
 * Fixed compiling problems with GNU g++ 3.4.
-* Fixed broken RTTI on woe32.
+* Work around weird C++ RTTI behaviour on woe32 so GiNaC works on MinGW again.
 
 1.5.0 (17 February 2009)
 * Added polynomial factorization.
 
 1.5.0 (17 February 2009)
 * Added polynomial factorization.
index f86b041f717a154e756c33ab40b1da45db6b89bc..e88bf4aebf3e27473285989c56ed22ea725394be 100644 (file)
@@ -24,9 +24,9 @@ dnl systems, the numbering is consecutive. It only guarantees that it is
 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. ;-)
 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_age], [1])
-m4_define([ginac_lt_revision], [0])
+m4_define([ginac_lt_current], [0])
+m4_define([ginac_lt_age], [0])
+m4_define([ginac_lt_revision], [1])
 
 AC_INIT([GiNaC], ginac_version, [<ginac-list@ginac.de>])
 AC_PREREQ(2.59)
 
 AC_INIT([GiNaC], ginac_version, [<ginac-list@ginac.de>])
 AC_PREREQ(2.59)