r19073 - gnucash/trunk/doc - Bug #616696 - Development version warning string should not include hardcode version.

Geert Janssens gjanssens at code.gnucash.org
Mon Apr 26 13:41:24 EDT 2010


Author: gjanssens
Date: 2010-04-26 13:41:24 -0400 (Mon, 26 Apr 2010)
New Revision: 19073
Trac: http://svn.gnucash.org/trac/changeset/19073

Modified:
   gnucash/trunk/doc/Makefile.am
   gnucash/trunk/doc/tip_of_the_day.list.in
Log:
Bug #616696 - Development version warning string should not include hardcode version.

Modified: gnucash/trunk/doc/Makefile.am
===================================================================
--- gnucash/trunk/doc/Makefile.am	2010-04-25 19:13:36 UTC (rev 19072)
+++ gnucash/trunk/doc/Makefile.am	2010-04-26 17:41:24 UTC (rev 19073)
@@ -58,7 +58,8 @@
 
 tip_of_the_day.list: tip_of_the_day.list.in Makefile
 	${CC} -E -P -x c -D'N_(x)=x' -o $@.tmp $<
-	cat -s $@.tmp | ${SED} -e 's/^ *\"\(.*\)\" *$$/\1/' > $@
+	cat -s $@.tmp | ${SED} -e 's/^ *\"\(.*\)\" *$$/\1/' \
+                           -e 's:@-VERSION-@:${VERSION}:g' > $@
 	rm -f $@.tmp
 
 DISTCLEANFILES = gnc-prices.1 gnucash.1 tip_of_the_day.list

Modified: gnucash/trunk/doc/tip_of_the_day.list.in
===================================================================
--- gnucash/trunk/doc/tip_of_the_day.list.in	2010-04-25 19:13:36 UTC (rev 19072)
+++ gnucash/trunk/doc/tip_of_the_day.list.in	2010-04-26 17:41:24 UTC (rev 19073)
@@ -1,11 +1,11 @@
  N_( "Warning!! This is a DEVELOPMENT version of GnuCash. \
 It probably has lots of bugs and unstable features! \
 If you are looking for a stable personal finance application, \
-you should use the latest release of GnuCash 2.2.")
+you should use the latest release of GnuCash @-VERSION- at .")
 
  N_( "The GnuCash online manual has lots of helpful information. \
 If you are upgrading from earlier versions of GnuCash, the section \
-\"What's new in GnuCash 2.0\" is particularly interesting. You can \
+\"What's new in GnuCash @-VERSION-@\" is particularly interesting. You can \
 access the manual under the Help menu.")
 
  N_( "You can easily import your existing financial data from Quicken, \



More information about the gnucash-changes mailing list