#include <derecho/core/git_version.hpp>
Go to the source code of this file.
Namespaces | |
derecho | |
Macros | |
#define | DERECHO_MINOR_VERSION 9 |
#define | DERECHO_PATCH_VERSION 1 |
#define | DERECHO_COMMITS_AHEAD 181 |
#define | DERECHO_MAJOR_VERSION 0 |
#define | STR(x) #x |
#define | QUOTE(x) STR(x) |
Variables | |
const int | derecho::MAJOR_VERSION = DERECHO_MAJOR_VERSION |
The current major version number of the Derecho library, as defined by Git. More... | |
const int | derecho::MINOR_VERSION = DERECHO_MINOR_VERSION |
The current minor version number of the Derecho library, as defined by Git. More... | |
const int | derecho::PATCH_VERSION = DERECHO_PATCH_VERSION |
The current "patch" (more-minor) version number of the Derecho library, as defined by Git. More... | |
const int | derecho::COMMITS_AHEAD_OF_VERSION = DERECHO_COMMITS_AHEAD |
If the currently-compiled version of the Derecho library is more recent than the last "release" version, this is the number of Git commits by which it is ahead. More... | |
const char * | derecho::VERSION_STRING |
A constant C-style string containing the current Derecho library version in dot-separated format, e.g. More... | |
const char * | derecho::VERSION_STRING_PLUS_COMMITS |
A constant C-style string containing the current Derecho library version in dot-separated format, plus the number of Git commits the code is ahead of the last "release" version, separated by a plus sign. More... | |
#define DERECHO_COMMITS_AHEAD 181 |
Definition at line 12 of file git_version.cpp.
#define DERECHO_MAJOR_VERSION 0 |
Definition at line 15 of file git_version.cpp.
#define DERECHO_MINOR_VERSION 9 |
Definition at line 10 of file git_version.cpp.
#define DERECHO_PATCH_VERSION 1 |
Definition at line 11 of file git_version.cpp.
#define QUOTE | ( | x | ) | STR(x) |
Definition at line 28 of file git_version.cpp.
#define STR | ( | x | ) | #x |
Definition at line 27 of file git_version.cpp.