LibVersion
LibVersion

Contains functions to obtain information on the current version of the MSCL Library

major
static uint32 major()

Gets the major version of MSCL.

Returns

The major version of MSCL.

minor
static uint32 minor()

Gets the minor version of MSCL.

Returns

The minor version of MSCL.

patch
static uint32 patch()

Gets the patch version of MSCL.

Returns

The patch version of MSCL.

asString
static std::string asString()

Gets the MSCL version as a string.

Returns

The MSCL version as a string.