Release preparation.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2375 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-05-25 10:14:28 +00:00
parent 348b4fc4fc
commit c0730e1aae
3 changed files with 8 additions and 2 deletions

6
NEWS
View File

@@ -1,5 +1,11 @@
Version history:
------- -------
1.3.8 - 25 May 2000
o transaction cut/copy/paste
o new Japanese translations
o user interface improvements
o bug fixes
1.3.7 - 08 May 2000
o better printing of multiple currencies
o user interface improvements

2
configure vendored
View File

@@ -745,7 +745,7 @@ fi
PACKAGE=gnucash
VERSION=1.3.7
VERSION=1.3.8
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 @@
AC_INIT(src/guile/gnucash.h)
AM_INIT_AUTOMAKE(gnucash,1.3.7)
AM_INIT_AUTOMAKE(gnucash,1.3.8)
dnl Set of available languages.
ALL_LINGUAS="fr de en_GB sv ja"