r15028 - gnucash/branches/2.0 - use PACKAGE_VERSION for last stable release on the release branch.

Derek Atkins warlord at cvs.gnucash.org
Mon Oct 16 22:32:51 EDT 2006


Author: warlord
Date: 2006-10-16 22:32:51 -0400 (Mon, 16 Oct 2006)
New Revision: 15028
Trac: http://svn.gnucash.org/trac/changeset/15028

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/src/bin/gnucash-bin.c
Log:
use PACKAGE_VERSION for last stable release on the release branch.



Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13376
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13497
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282

Modified: gnucash/branches/2.0/src/bin/gnucash-bin.c
===================================================================
--- gnucash/branches/2.0/src/bin/gnucash-bin.c	2006-10-17 02:31:45 UTC (rev 15027)
+++ gnucash/branches/2.0/src/bin/gnucash-bin.c	2006-10-17 02:32:51 UTC (rev 15028)
@@ -73,7 +73,7 @@
 	    _("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.1",
+	    _("The last stable version was "), "GnuCash ", PACKAGE_VERSION,
 	    _("The next stable version will be "), "GnuCash 2.2");
 }
 



More information about the gnucash-changes mailing list