From 99620e4d4edf0f0c5c8379a49ebbbf1e31be341a Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Tue, 4 Feb 2003 02:59:05 +0000 Subject: [PATCH] * src/scm/main.scm: fix "development version" message in head git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7941 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 2 ++ src/scm/main.scm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e693685a7..9bb8f8faf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ wrong-number-of-arguments fatal crash when trying to reparse dates. + * src/scm/main.scm: fix "development version" message in head + 2003-02-02 Chris Lyttle * configure.in: change to 1.9.0 version diff --git a/src/scm/main.scm b/src/scm/main.scm index e599acb8da..17e6618212 100644 --- a/src/scm/main.scm +++ b/src/scm/main.scm @@ -343,8 +343,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.6.8" "\n" - (_ "The next stable version will be ") "GnuCash 1.8.0" + (_ "The last stable version was ") "GnuCash 1.8.0" "\n" + (_ "The next stable version will be ") "GnuCash 2.0" "\n\n"))) (define (gnc:startup-pass-1)