From 069450d4564030c7524c26442a2a8ae2b01edcc2 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Mon, 21 May 2001 06:59:10 +0000 Subject: [PATCH] Prepare for 1.5.96. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4250 57a11ea4-9604-0410-9ed3-97b8803252fd --- NEWS | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index eb938487b7..c1bfd8174e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Version history: ------- ------- + 1.5.96 - 20 May 2001 + o second alpha release + o updated user documentation + o updated api documentation + o bug fixes + 1.5.95 - 13 May 2001 o alpha release, string freeze o new user account hierarchy wizard diff --git a/configure.in b/configure.in index ec09a99689..35d045da55 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.95) +AM_INIT_AUTOMAKE(gnucash,1.5.96) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST