Version information
Version information
|
|
Description
These macros can be used to check the library version in use.
Functions
KAIMING_CHECK_VERSION()
#define KAIMING_CHECK_VERSION(major,minor,micro)
Check that the current version is at least major
.minor
.micro
.
Types and Values
KAIMING_MAJOR_VERSION
#define KAIMING_MAJOR_VERSION (1)
The major version.
KAIMING_MINOR_VERSION
#define KAIMING_MINOR_VERSION (14)
The minor version.
KAIMING_MICRO_VERSION
#define KAIMING_MICRO_VERSION (2)
The micro version.