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"))))