ReTo
0.3.7
|
Defines version macros and class for library ReTo. More...
Go to the source code of this file.
Classes | |
class | reto::Version |
Information about the current ReTo version. More... | |
Macros | |
#define | RETO_VERSION_MAJOR 0 |
The current major version. More... | |
#define | RETO_VERSION_MINOR 3 |
The current minor version. More... | |
#define | RETO_VERSION_PATCH 7 |
The current patch level. More... | |
#define | RETO_VERSION_REVISION 0x03fc1cf |
The current SCM revision. More... | |
#define | RETO_VERSION_ABI 5ull |
The current binary interface. More... | |
#define | RETO_VERSION_STRING "0.3.7" |
The current major.minor.version as a string. More... | |
#define | RETO_REV_STRING "0.3.7.0x03fc1cf" |
The current major.minor.version.revision as a string. More... | |
#define | RETO_VERSION_GT(MAJOR, MINOR, PATCH) |
True if the current version is newer than the given one. More... | |
#define | RETO_VERSION_GE(MAJOR, MINOR, PATCH) |
True if the current version is equal or newer to the given. More... | |
#define | RETO_VERSION_LT(MAJOR, MINOR, PATCH) |
True if the current version is older than the given one. More... | |
#define | RETO_VERSION_LE(MAJOR, MINOR, PATCH) |
True if the current version is older or equal to the given. More... | |
Defines version macros and class for library ReTo.
Definition in file version.h.
#define RETO_REV_STRING "0.3.7.0x03fc1cf" |
#define RETO_VERSION_ABI 5ull |
#define RETO_VERSION_GE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is equal or newer to the given.
#define RETO_VERSION_GT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is newer than the given one.
#define RETO_VERSION_LE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older or equal to the given.
#define RETO_VERSION_LT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older than the given one.
#define RETO_VERSION_MAJOR 0 |
The current major version.
Definition at line 17 of file version.h.
Referenced by reto::Version::check().
#define RETO_VERSION_MINOR 3 |
The current minor version.
Definition at line 20 of file version.h.
Referenced by reto::Version::check().
#define RETO_VERSION_REVISION 0x03fc1cf |