CmdReport: Renamed 'version' to 'temp.version' to reflect that it's added automatically

This commit is contained in:
Paul Beckingham 2016-05-02 17:16:18 -04:00
parent e1e63188bc
commit 28b78f94f5
2 changed files with 1 additions and 1 deletions

View file

@ -40,7 +40,6 @@ Rules::Rules ()
_settings =
{
{"confirmation", "yes"},
{"version", VERSION},
{"debug", "off"},
{"verbose", "on"},
};

View file

@ -92,6 +92,7 @@ int CmdReport (
combinedTags += quoteIfNeeded (tag);
}
rules.set ("temp.report.tags", combinedTags);
rules.set ("temp.version", VERSION);
std::stringstream header;
for (auto& name : rules.all ())