SA_Support
Sapphire's Suite's C++ Support library.
Loading...
Searching...
No Matches
Version.hpp File Reference

Version definition file. More...

Go to the source code of this file.

Macros

#define SA_MAKE_VERSION(_major, _minor, _patch)   (_major * 10000 + _minor * 100 + _patch)
 create version number from major, minor and patch.
 

Detailed Description

Version definition file.

Define version preprocessors. Version follows the norm Major.Minor.Patch.

Macro Definition Documentation

◆ SA_MAKE_VERSION

#define SA_MAKE_VERSION ( _major,
_minor,
_patch )   (_major * 10000 + _minor * 100 + _patch)

create version number from major, minor and patch.

Parameters
[in]_majorMajor version.
[in]_minorMinor version.
[in]_patchPatch version.