From eb192338b3abd1252523a013a4f924ee38b10039 Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Thu, 30 Jul 2009 19:04:32 +0200 Subject: [PATCH 1/1] Preparing for release 1.5.3. --- NEWS | 4 ++++ configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b210bf3d..ba78d89e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ This file records noteworthy changes. +1.5.3 (30 July 2009) +* The parser now understands user-defined functions by default. The identifier + names can now contain underscores. + 1.5.2 (10 July 2009) * Fixed documentation of return_type_info() * Fixed cstdio include issue. diff --git a/configure.ac b/configure.ac index b2a8e84e..565f4e63 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [2]) +m4_define([ginac_micro_version], [3]) 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], [2]) +m4_define([ginac_lt_revision], [3]) AC_INIT([GiNaC], ginac_version, []) AC_PREREQ(2.59) -- 2.44.0