Derecho  0.9
Distributed systems toolkit for RDMA
Namespaces | Macros
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   167
 
#define DERECHO_MAJOR_VERSION   0
 
#define STR(x)   #x
 
#define QUOTE(x)   STR(x)
 

Macro Definition Documentation

◆ DERECHO_COMMITS_AHEAD

#define DERECHO_COMMITS_AHEAD   167

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.