From 8bc6249efb8add862c98a7e5854120ad253163c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Thu, 31 Jul 2008 07:56:05 +0000 Subject: [PATCH] Update latest stable version. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17443 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 0a9b6a94e8..90aa6a088d 100644 --- a/src/bin/gnucash-bin.c +++ b/src/bin/gnucash-bin.c @@ -84,7 +84,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.2.5", + _("The last stable version was "), "GnuCash 2.2.6", _("The next stable version will be "), "GnuCash 2.4"); }