From 1866ace76f0dc7df36169b6274eab1926e44e07c Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 3 Aug 2016 08:27:09 +0200 Subject: [PATCH] Version tagging removed from POT file generation to make POT files version independent --- ZRColaCompile/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZRColaCompile/main.cpp b/ZRColaCompile/main.cpp index 6fb1d58..c8f4c75 100644 --- a/ZRColaCompile/main.cpp +++ b/ZRColaCompile/main.cpp @@ -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> conv; for (set::const_iterator i = pot.cbegin(); i != pot.cend(); ++i) {