更新描述
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user