From 5c9ee364b31e9ac62543807823e6ba34879ce8ea Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Fri, 31 Aug 2007 23:30:26 +0000 Subject: [PATCH] Preparing for release. --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.49.0