mutable
A Database System for Research and Fast Prototyping
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
version.cpp
Go to the documentation of this file.
1#include <mutable/version.hpp>
2
3
5{
6 static version_info v {
7 .GIT_REV = m::version::GIT_REV,
8 .GIT_BRANCH = m::version::GIT_BRANCH,
9 .SEM_VERSION = m ::version::SEM_VERSION,
10 };
11 return v;
12}
M_EXPORT const version_info & get()
Definition: version.cpp:4
const char * GIT_REV
Definition: version.hpp:15