From 7ea795e02eb1fc55d07f7081d5b4e19caaae74fe Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Mon, 7 Feb 2005 04:14:28 +0000 Subject: [PATCH] update to release 1.8.11 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10457 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 9fb400e3e5..399ad295d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-06 Chris Lyttle + + * src/scm/main.scm: Update for 1.8.11 release + 2005-02-06 Derek Atkins * src/engine/date.c: Fix the last-day-of-month computation for diff --git a/src/scm/main.scm b/src/scm/main.scm index 7ac28c033e..2ccae4f530 100644 --- a/src/scm/main.scm +++ b/src/scm/main.scm @@ -357,7 +357,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.10" "\n" + (_ "The last stable version was ") "GnuCash 1.8.11" "\n" (_ "The next stable version will be ") "GnuCash 1.10 or 2.0" "\n\n"))))