mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Release preparation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2375 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
6
NEWS
6
NEWS
@@ -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
2
configure
vendored
@@ -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; }
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user