-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Local::GetVersion
Karel Donk edited this page Jun 1, 2018
·
1 revision
Gets the QuantumGate module version.
std::tuple<UInt, UInt, UInt, UInt> GetVersion() const noexcept;Returns a std::tuple of UInt elements with:
- Major version number (first element)
- Minor version number (second element)
- Revision number (third element)
- Build number (fourth element)