![]() |
![]() |
![]() |
Mx Toolkit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define MX_MAJOR_VERSION #define MX_MINOR_VERSION #define MX_MICRO_VERSION #define MX_VERSION_S #define MX_VERSION_HEX #define MX_CHECK_VERSION (major, minor, micro)
Mx offers a set of macros for checking the version of the library an application was linked to.
#define MX_MAJOR_VERSION (1)
The major version of the Mx clibrary (1 if version is 1.2.3)
#define MX_MINOR_VERSION (4)
The minor version of the Mx library (2, if version is 1.2.3)
#define MX_MICRO_VERSION (6)
The micro version of the Mx library (3, if version is 1.2.3)
#define MX_VERSION_S "1.4.6"
The full version of the Mx library, in string form (suited for string concatenation)