Quote the F::Q version number so that it will be correctly parsed as a

string.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14353 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-06-13 00:14:26 +00:00
parent 52f2bc1640
commit a36cbde106
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-06-12 David Hampton <hampton@employees.org>
* src/quotes/gnc-fq-check.in: Quote the F::Q version number so
that it will be correctly parsed as a string.
2006-06-09 David Hampton <hampton@employees.org>
* doc/examples/*.qif: Tell subversion these files are text.

View File

@ -84,7 +84,7 @@ my @sources = $quoter->sources();
foreach my $source (@sources) {
push(@qsources, "\"$source\"");
}
printf "(%s %s)\n", $Finance::Quote::VERSION, join(" ", qq/@qsources/);
printf "(\"%s\" %s)\n", $Finance::Quote::VERSION, join(" ", qq/@qsources/);
## Local Variables:
## mode: perl