]> www.ginac.de Git - ginac.git/commitdiff
Preparing for release 1.5.2. release_1-5-2
authorJens Vollinga <jensv@nikhef.nl>
Fri, 10 Jul 2009 13:21:09 +0000 (15:21 +0200)
committerJens Vollinga <jensv@nikhef.nl>
Fri, 10 Jul 2009 13:21:09 +0000 (15:21 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1c863785abcd5c0cb2daca32c4b972d0e7960414..b210bf3d2d5d1fb33964cc17402a8dd5ed5eeade 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 This file records noteworthy changes.
 
+1.5.2 (10 July 2009)
+* Fixed documentation of return_type_info()
+* Fixed cstdio include issue.
+* GiNaC now requires at least version 1.2.2 of cln.
+
 1.5.1 (25 February 2009)
 * Fixed compiling problems with GNU g++ 3.4.
 * Work around weird C++ RTTI behaviour on woe32 so GiNaC works on MinGW again.
index 63757b03d3eca279486494bace0bcca1e7958041..b2a8e84e2ec3a97411c5c1985923dc4da6f32b38 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], [1])
+m4_define([ginac_micro_version], [2])
 m4_define([ginac_version], [ginac_major_version.ginac_minor_version.ginac_micro_version])
 m4_define([ginac_release], [ginac_major_version.ginac_minor_version])
 
@@ -26,7 +26,7 @@ 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], [0])
 m4_define([ginac_lt_age], [0])
-m4_define([ginac_lt_revision], [1])
+m4_define([ginac_lt_revision], [2])
 
 AC_INIT([GiNaC], ginac_version, [<ginac-list@ginac.de>])
 AC_PREREQ(2.59)