From 33d7497d808f18a0f10eb3754048388cc87e9f14 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sun, 11 May 2003 14:25:44 +0000 Subject: [PATCH] Update for 1.8.3 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8295 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/scm/main.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scm/main.scm b/src/scm/main.scm index e99464034b..71da604cf7 100644 --- a/src/scm/main.scm +++ b/src/scm/main.scm @@ -354,8 +354,8 @@ string and 'directories' must be a list of strings." (_ "This is a development version. It may or may not work.\n") (_ "Report bugs and other problems to gnucash-devel@gnucash.org.\n") (_ "You can also lookup and file bug reports at http://bugzilla.gnome.org\n") - (_ "The last stable version was ") "GnuCash 1.8.2" "\n" - (_ "The next stable version will be ") "GnuCash 2.0" + (_ "The last stable version was ") "GnuCash 1.8.3" "\n" + (_ "The next stable version will be ") "GnuCash 1.10 or 2.0" "\n\n")))) (define (gnc:startup-pass-1)