#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 167 |
#define | DERECHO_MAJOR_VERSION 0 |
#define | STR(x) #x |
#define | QUOTE(x) STR(x) |
#define DERECHO_COMMITS_AHEAD 167 |
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.