*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2057 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-03-06 00:41:34 +00:00
parent 845714ff0f
commit 85cdb6c67d
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
AC_INIT(src/guile/gnucash.h.in)
AM_INIT_AUTOMAKE(gnucash,1.3.0)
AM_INIT_AUTOMAKE(gnucash,1.3.1)
dnl Set of available languages.
ALL_LINGUAS="fr de"

View File

@@ -98,7 +98,7 @@
(list (car args) (cdr args)))
(define (gnc:prefs-show-version)
(display "GnuCash 1.3.0 development version") (newline))
(display "GnuCash 1.3.1 development version") (newline))
(define (gnc:prefs-show-usage)
(display "usage: gnucash [ option ... ] [ datafile ]") (newline))