From d3a3c4ca564ab25e798493a755d1df6d5fd65050 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Mon, 23 Apr 2001 07:41:10 +0000 Subject: [PATCH] Prepare for 1.5.6. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4020 57a11ea4-9604-0410-9ed3-97b8803252fd --- NEWS | 7 +++++++ configure.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0a2d8d0e1d..8e9afd2104 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Version history: ------- ------- + 1.5.6 - 23 April 2001 + o reporting improvements + o many misc GUI improvements + o updated German and Portuguese translations + o fixes for Solaris + o bug fixes + 1.5.5 - 15 April 2001 o more new & improved reports o use of gnome MDI for main window diff --git a/configure.in b/configure.in index 60ea252085..4e993fee5f 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.5) +AM_INIT_AUTOMAKE(gnucash,1.5.6) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST