From ff366530f6a85c04ff2d9bb33a23ff739946cee8 Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Mon, 26 May 2003 18:56:11 +0000 Subject: [PATCH] changes stable version to 1.8.4 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8407 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 4 ++++ src/scm/main.scm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 80f5b5d082..94378795ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-26 Chris Lyttle + + * src/scm/main.scm: Change stable version to 1.8.4 + 2003-05-26 Benoit Grégoire * src/import-export/import-settings.c: Fix pref page define to the proper page, should fix the problem of all prefs being ignored. Also make strings in the lookup code translatable so that the matching won't be lost when changing language. diff --git a/src/scm/main.scm b/src/scm/main.scm index 5d43e68520..9c019f2301 100644 --- a/src/scm/main.scm +++ b/src/scm/main.scm @@ -354,7 +354,7 @@ 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.3" "\n" + (_ "The last stable version was ") "GnuCash 1.8.4" "\n" (_ "The next stable version will be ") "GnuCash 1.10 or 2.0" "\n\n"))))