From cf2c12f366cc566a2725ce9dff53a5add6be46b2 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sat, 16 Dec 2006 17:50:25 +0000 Subject: [PATCH] Update for 2.0.3 release git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15222 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/bin/gnucash-bin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/gnucash-bin.c b/src/bin/gnucash-bin.c index 7e912ea1c6..6d474b23fa 100644 --- a/src/bin/gnucash-bin.c +++ b/src/bin/gnucash-bin.c @@ -82,7 +82,7 @@ gnc_print_unstable_message(void) _("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 2.0.2", + _("The last stable version was "), "GnuCash 2.0.3", _("The next stable version will be "), "GnuCash 2.2"); }