scoop
0.1.4
Scoop - Simple ColoR pAleTtes and mappERs
|
Defines version macros and class for library scoop. More...
Go to the source code of this file.
Classes | |
class | scoop::Version |
Information about the current scoop version. More... | |
Macros | |
#define | SCOOP_VERSION_MAJOR 0 |
The current major version. More... | |
#define | SCOOP_VERSION_MINOR 1 |
The current minor version. More... | |
#define | SCOOP_VERSION_PATCH 4 |
The current patch level. More... | |
#define | SCOOP_VERSION_REVISION 0x1185a5a |
The current SCM revision. More... | |
#define | SCOOP_VERSION_ABI 2ull |
The current binary interface. More... | |
#define | SCOOP_VERSION_STRING "0.1.4" |
The current major.minor.version as a string. More... | |
#define | SCOOP_REV_STRING "0.1.4.0x1185a5a" |
The current major.minor.version.revision as a string. More... | |
#define | SCOOP_VERSION_GT(MAJOR, MINOR, PATCH) |
True if the current version is newer than the given one. More... | |
#define | SCOOP_VERSION_GE(MAJOR, MINOR, PATCH) |
True if the current version is equal or newer to the given. More... | |
#define | SCOOP_VERSION_LT(MAJOR, MINOR, PATCH) |
True if the current version is older than the given one. More... | |
#define | SCOOP_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 scoop.
Definition in file version.h.
#define SCOOP_REV_STRING "0.1.4.0x1185a5a" |
#define SCOOP_VERSION_ABI 2ull |
#define SCOOP_VERSION_GE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is equal or newer to the given.
#define SCOOP_VERSION_GT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is newer than the given one.
#define SCOOP_VERSION_LE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older or equal to the given.
#define SCOOP_VERSION_LT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older than the given one.
#define SCOOP_VERSION_MAJOR 0 |
The current major version.
Definition at line 17 of file version.h.
Referenced by scoop::Version::check().
#define SCOOP_VERSION_MINOR 1 |
The current minor version.
Definition at line 20 of file version.h.
Referenced by scoop::Version::check().
#define SCOOP_VERSION_REVISION 0x1185a5a |