We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
version
1 parent 89bba94 commit 80628b9Copy full SHA for 80628b9
tools/projmgr/src/ProjMgr.cpp
@@ -1247,7 +1247,7 @@ bool ProjMgr::ValidateCreatedFor(const string& createdFor) {
1247
return true;
1248
} else {
1249
const string msg = "'created-for' in file " + m_csolutionFile + " specifies a minimum version "
1250
- + version + "(current version " + currentVersion + ")";
+ + version + " (current version " + currentVersion + ")";
1251
if (m_rpcMode) {
1252
ProjMgrLogger::Get().Warn(msg);
1253
0 commit comments