Prepare for 1.5.0.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2554 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-07-10 03:23:19 +00:00
parent f532db40ca
commit e9af1329ab
3 changed files with 9 additions and 2 deletions

7
NEWS
View File

@ -1,5 +1,12 @@
Version history:
------- -------
1.5.0 - 9 July 2000
o switch to gtkhtml widget
o updated French translations
o improved qif importing
o fix for g-wrap 0.9.4
o misc bug fixes
1.3.100 - 12 June 2000
o bug fixes
o updated documentation

2
configure vendored
View File

@ -737,7 +737,7 @@ fi
PACKAGE=gnucash
VERSION=1.3.100
VERSION=1.5.0
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }

View File

@ -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.3.100)
AM_INIT_AUTOMAKE(gnucash,1.5.0)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST