From a1f78ceaf0ca512730ece7c9ad0ee5f71d3494e4 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Tue, 26 Sep 2000 05:07:09 +0000 Subject: [PATCH] Prepare for 1.5.2. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2952 57a11ea4-9604-0410-9ed3-97b8803252fd --- NEWS | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0e01b1c8c4..a19c5a794a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ Version history: ------- ------- + 1.5.2 - 25 September 2000 + o fixes for Solaris 8 + o fixes for gnome-print 0.23 + o misc bug fixes + 1.5.1 - 18 September 2000 o new Spanish translation o new Russion translation diff --git a/configure.in b/configure.in index 691b830a63..13715b5980 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.1) +AM_INIT_AUTOMAKE(gnucash,1.5.2) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST