From: Jens Vollinga Date: Fri, 31 Aug 2007 23:30:26 +0000 (+0000) Subject: Preparing for release. X-Git-Tag: release_1-4-0~2 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=5c9ee364b31e9ac62543807823e6ba34879ce8ea;hp=5bd3b0d31f5edd478cd699b9d95adb932a4e3024 Preparing for release. --- diff --git a/NEWS b/NEWS index f42c5088..572d0c43 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ This file records noteworthy changes. -1.4.0 () +1.4.0 (31 August 2007) * New tinfo mechanism. * Removed rtt from class symbol. * Faster archiving by adding a map from strings to indices in the atoms vector. @@ -17,7 +17,7 @@ This file records noteworthy changes. * New flag for positive symbols/numbers, added possymbol class. * Added programming examples in doc/examples -1.3.8 () +1.3.8 (28 August 2007) * Drop support of ginac-config and ginac.m4. Please use pkg-config instead. * atan2(y,x) branch cut correction. * Fixed bug in series expansion. diff --git a/configure.ac b/configure.ac index a6fa0664..b484299a 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ m4_define([ginac_interface_age], [0]) m4_define([ginac_binary_age], [0]) AC_INIT([GiNaC], ginac_version, []) -AC_PREREQ(2.52) +AC_PREREQ(2.59) AC_CONFIG_SRCDIR(ginac/basic.cpp) AC_CONFIG_HEADERS(config.h) dnl This defines PACKAGE and VERSION.