mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 02:40:43 -06:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2095 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bf27b62cea
commit
b00adc3142
5
CHANGES
5
CHANGES
@ -1,5 +1,10 @@
|
||||
Version history:
|
||||
------- -------
|
||||
1.3.3 - 20 March 2000
|
||||
o new QIF importer
|
||||
o new Swedish and Great Britain translations
|
||||
o minor GUI improvements
|
||||
|
||||
1.3.2 - 12 March 2000
|
||||
o new French and German translations
|
||||
o new French documentation
|
||||
|
2
configure
vendored
2
configure
vendored
@ -747,7 +747,7 @@ fi
|
||||
|
||||
PACKAGE=gnucash
|
||||
|
||||
VERSION=1.3.2
|
||||
VERSION=1.3.3
|
||||
|
||||
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; }
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
AC_INIT(src/guile/gnucash.h.in)
|
||||
|
||||
AM_INIT_AUTOMAKE(gnucash,1.3.2)
|
||||
AM_INIT_AUTOMAKE(gnucash,1.3.3)
|
||||
|
||||
dnl Set of available languages.
|
||||
ALL_LINGUAS="fr de en_GB sv"
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: gnucash
|
||||
Summary: GnuCash is an application to keep track of your finances.
|
||||
Version: 1.3.2
|
||||
Version: 1.3.3
|
||||
Release: 1
|
||||
Copyright: Free Software Foundation
|
||||
Group: Applications/Finance
|
||||
|
@ -98,7 +98,7 @@
|
||||
(list (car args) (cdr args)))
|
||||
|
||||
(define (gnc:prefs-show-version)
|
||||
(display "GnuCash 1.3.2 development version") (newline))
|
||||
(display "GnuCash 1.3.3 development version") (newline))
|
||||
|
||||
(define (gnc:prefs-show-usage)
|
||||
(display "usage: gnucash [ option ... ] [ datafile ]") (newline))
|
||||
|
Loading…
Reference in New Issue
Block a user