更新描述

This commit is contained in:
Jeff
2026-05-19 16:14:31 +08:00
parent 565575dbc5
commit 4c6b5471b1
2 changed files with 2 additions and 2 deletions

View File

@@ -611,7 +611,7 @@ int HandleSetVerCommand(int argc, TCHAR* argv[])
{ {
strProductVersion = strProductVersion.Left(nDot2 + 1) + _T("0.0"); 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()); _tprintf(_T("ProductVersion=%s\n"), strProductVersion.GetString());

View File

@@ -379,7 +379,7 @@ int HandleSetupCommand(int argc, TCHAR* argv[])
{ {
strProductVersion = strProductVersion.Left(nDot2 + 1) + _T("0.0"); 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()); _tprintf(_T("ProductVersion=%s\n"), strProductVersion.GetString());