Version tagging removed from POT file generation to make POT files version independent

This commit is contained in:
Simon Rozman 2016-08-03 08:27:09 +02:00
parent 48d97742b1
commit 1866ace76f

View File

@ -543,7 +543,7 @@ int _tmain(int argc, _TCHAR *argv[])
<< "\"MIME-Version: 1.0\\n\"" << endl
<< "\"Content-Type: text/plain; charset=UTF-8\\n\"" << endl
<< "\"Content-Transfer-Encoding: 8bit\\n\"" << endl
<< "\"X-Generator: ZRColaCompile " << ZRCOLA_VERSION_STR << "\\n\"" << endl;
<< "\"X-Generator: ZRColaCompile\\n\"" << endl;
wstring_convert<codecvt_utf8<wchar_t>> conv;
for (set<wstring>::const_iterator i = pot.cbegin(); i != pot.cend(); ++i) {