From 188376583b0c29d2c6f6866e8d9b1add089d88ec Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Sun, 1 Apr 2001 23:16:55 +0000 Subject: [PATCH] Prepare for 1.5.4. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3876 57a11ea4-9604-0410-9ed3-97b8803252fd --- NEWS | 7 +++++++ configure.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 872ce203ca..67bb5f53d8 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Version history: ------- ------- + 1.5.4 - 01 April 2001 + o several new & improved reports/graphs + o online price quotes now work + o new main window display + o Spanish & Portuguese translations of the manual + o many bug fixes + 1.5.3 - 25 February 2001 o new XML file format o better support for importing qifs from online banks diff --git a/configure.in b/configure.in index 7ac76499f8..b44f812b37 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ dnl Process this file with autoconf to produce a configure script. ### commands depend on them): AC_INIT(src/guile/gnucash.h) -AM_INIT_AUTOMAKE(gnucash,1.5.3) +AM_INIT_AUTOMAKE(gnucash,1.5.4) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST