diff --git a/GitVer/GitVer.cpp b/GitVer/GitVer.cpp index ba1a453..afb3a65 100644 --- a/GitVer/GitVer.cpp +++ b/GitVer/GitVer.cpp @@ -611,7 +611,7 @@ int HandleSetVerCommand(int argc, TCHAR* argv[]) { strProductVersion = strProductVersion.Left(nDot2 + 1) + _T("0.0"); } - _tprintf(_T("[test] 已将 major/minor 置零: ProductVersion=%s\n"), strProductVersion.GetString()); + _tprintf(_T("[测试版本] 已将 major/minor 置零: ProductVersion=%s\n"), strProductVersion.GetString()); } _tprintf(_T("ProductVersion=%s\n"), strProductVersion.GetString()); diff --git a/GitVer/GitVer_setup.cpp b/GitVer/GitVer_setup.cpp index f8d3b75..3b0f3dc 100644 --- a/GitVer/GitVer_setup.cpp +++ b/GitVer/GitVer_setup.cpp @@ -379,7 +379,7 @@ int HandleSetupCommand(int argc, TCHAR* argv[]) { strProductVersion = strProductVersion.Left(nDot2 + 1) + _T("0.0"); } - _tprintf(_T("[test] 已将 major/minor 置零: ProductVersion=%s\n"), strProductVersion.GetString()); + _tprintf(_T("[测试版本] 已将 major/minor 置零: ProductVersion=%s\n"), strProductVersion.GetString()); } _tprintf(_T("ProductVersion=%s\n"), strProductVersion.GetString());