mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #921, support for 4 segment version number
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8299552812
commit
7cd49d38d9
@@ -122,7 +122,7 @@ namespace BlackMisc
|
||||
m_stream << " " << QSysInfo::currentCpuArchitecture() << endl;
|
||||
|
||||
m_stream << "Built from revision " << BlackConfig::CBuildConfig::gitHeadSha1();
|
||||
m_stream << " on " << BlackConfig::CBuildConfig::buildDateAndTime() << endl;
|
||||
m_stream << " on " << BlackConfig::CBuildConfig::buildTimestamp().toString() << endl;
|
||||
|
||||
m_stream << "Built with Qt " << QT_VERSION_STR;
|
||||
m_stream << " and running with Qt " << qVersion();
|
||||
|
||||
Reference in New Issue
Block a user