r16325 - gnucash/branches/2.2/src/bin - 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:15:56 EDT 2007


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

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


Modified: gnucash/branches/2.2/src/bin/gnucash-bin.c
===================================================================
--- gnucash/branches/2.2/src/bin/gnucash-bin.c	2007-07-19 22:08:21 UTC (rev 16324)
+++ gnucash/branches/2.2/src/bin/gnucash-bin.c	2007-07-19 22:15:55 UTC (rev 16325)
@@ -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