AUDIT: r14587 - gnucash/trunk - Adjust the "development version" message for the 2.0.1 release.

Derek Atkins warlord at cvs.gnucash.org
Mon Jul 31 09:22:32 EDT 2006


Author: warlord
Date: 2006-07-31 09:22:31 -0400 (Mon, 31 Jul 2006)
New Revision: 14587
Trac: http://svn.gnucash.org/trac/changeset/14587

Modified:
   gnucash/trunk/
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/bin/gnucash-bin.c
Log:
	  Adjust the "development version" message for the 2.0.1 release.
BP



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:12923
   + d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:12971

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-07-31 00:18:44 UTC (rev 14586)
+++ gnucash/trunk/ChangeLog	2006-07-31 13:22:31 UTC (rev 14587)
@@ -1,3 +1,8 @@
+2006-07-31  Derek Atkins  <derek at ihtfp.com>
+
+	* src/bin/gnucash-bin.c:
+	  Adjust the "development version" message for the 2.0.1 release.
+
 2006-07-30  Andreas Köhler  <andi5.py at gmx.net>
 
 	* src/gnome/window-reconcile.c: Replace the hbox separating debits

Modified: gnucash/trunk/src/bin/gnucash-bin.c
===================================================================
--- gnucash/trunk/src/bin/gnucash-bin.c	2006-07-31 00:18:44 UTC (rev 14586)
+++ gnucash/trunk/src/bin/gnucash-bin.c	2006-07-31 13:22:31 UTC (rev 14587)
@@ -73,8 +73,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 1.8.12",
-	    _("The next stable version will be "), "GnuCash 2.0");
+	    _("The last stable version was "), "GnuCash 2.0.1",
+	    _("The next stable version will be "), "GnuCash 2.2");
 }
 
 /* Priority of paths: The default is set at build time.  It may be



More information about the gnucash-changes mailing list