r16329 - gnucash/trunk/src/bin - [branches/2.2 16325] Bug#457812: adjust the stable (2.2)/dev (2.4) version number message text. Patch from Kevin Hale Boyes.

Josh Sled jsled at cvs.gnucash.org
Thu Jul 19 18:32:58 EDT 2007


Author: jsled
Date: 2007-07-19 18:32:58 -0400 (Thu, 19 Jul 2007)
New Revision: 16329
Trac: http://svn.gnucash.org/trac/changeset/16329

Modified:
   gnucash/trunk/src/bin/gnucash-bin.c
Log:
[branches/2.2 16325] Bug#457812: adjust the stable (2.2)/dev (2.4) version number message text. Patch from Kevin Hale Boyes.


Modified: gnucash/trunk/src/bin/gnucash-bin.c
===================================================================
--- gnucash/trunk/src/bin/gnucash-bin.c	2007-07-19 22:31:03 UTC (rev 16328)
+++ gnucash/trunk/src/bin/gnucash-bin.c	2007-07-19 22:32:58 UTC (rev 16329)
@@ -84,8 +84,8 @@
 	    _("This is a development version. It may or may not work.\n"),
 	    _("Report bugs and other problems to gnucash-devel at 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.5",
-	    _("The next stable version will be "), "GnuCash 2.2");
+	    _("The last stable version was "), "GnuCash 2.2.0",
+	    _("The next stable version will be "), "GnuCash 2.4");
 }
 
 /* Priority of paths: The default is set at build time.  It may be



More information about the gnucash-changes mailing list