Derecho  0.9
Distributed systems toolkit for RDMA
Namespaces | Macros | Variables
git_version.cpp File Reference
#include <derecho/core/git_version.hpp>
Include dependency graph for git_version.cpp:

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...
 

Macro Definition Documentation

◆ DERECHO_COMMITS_AHEAD

#define DERECHO_COMMITS_AHEAD   181

Definition at line 12 of file git_version.cpp.

◆ DERECHO_MAJOR_VERSION

#define DERECHO_MAJOR_VERSION   0

Definition at line 15 of file git_version.cpp.

◆ DERECHO_MINOR_VERSION

#define DERECHO_MINOR_VERSION   9

Definition at line 10 of file git_version.cpp.

◆ DERECHO_PATCH_VERSION

#define DERECHO_PATCH_VERSION   1

Definition at line 11 of file git_version.cpp.

◆ QUOTE

#define QUOTE (   x)    STR(x)

Definition at line 28 of file git_version.cpp.

◆ STR

#define STR (   x)    #x

Definition at line 27 of file git_version.cpp.