OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
release.h File Reference

Defines the release number string. More...

#include <string>
+ Include dependency graph for release.h:

Go to the source code of this file.

Variables

static const int32_t MAPD_VERSION_MAJOR {@MAPD_VERSION_MAJOR@}
 
static const int32_t MAPD_VERSION_MINOR {@MAPD_VERSION_MINOR@}
 
static const int32_t MAPD_VERSION_PATCH {@MAPD_VERSION_PATCH@}
 
static const int32_t MAPD_VERSION
 
static const std::string MAPD_VERSION_EXTRA {"@MAPD_VERSION_EXTRA@"}
 
static const std::string MAPD_VERSION_RAW {"@MAPD_VERSION_RAW@"}
 
static const std::string MAPD_BUILD_DATE {"@MAPD_BUILD_DATE@"}
 
static const std::string MAPD_GIT_HASH {"@MAPD_GIT_HASH@"}
 
static const std::string MAPD_EDITION {"@MAPD_EDITION_LOWER@"}
 
static const std::string MAPD_RELEASE {"@MAPD_VERSION_RAW@-@MAPD_BUILD_DATE@-@MAPD_GIT_HASH@"}
 

Detailed Description

Defines the release number string.

Definition in file release.h.

Variable Documentation

const std::string MAPD_BUILD_DATE {"@MAPD_BUILD_DATE@"}
static

Definition at line 38 of file release.h.

const std::string MAPD_EDITION {"@MAPD_EDITION_LOWER@"}
static

Definition at line 40 of file release.h.

Referenced by DBHandler::get_server_status(), and DBHandler::get_status().

const std::string MAPD_GIT_HASH {"@MAPD_GIT_HASH@"}
static

Definition at line 39 of file release.h.

const std::string MAPD_RELEASE {"@MAPD_VERSION_RAW@-@MAPD_BUILD_DATE@-@MAPD_GIT_HASH@"}
static
const std::string MAPD_VERSION_EXTRA {"@MAPD_VERSION_EXTRA@"}
static

Definition at line 36 of file release.h.

const int32_t MAPD_VERSION_MAJOR {@MAPD_VERSION_MAJOR@}
static

Definition at line 29 of file release.h.

const int32_t MAPD_VERSION_MINOR {@MAPD_VERSION_MINOR@}
static

Definition at line 30 of file release.h.

const int32_t MAPD_VERSION_PATCH {@MAPD_VERSION_PATCH@}
static

Definition at line 31 of file release.h.

const std::string MAPD_VERSION_RAW {"@MAPD_VERSION_RAW@"}
static

Definition at line 37 of file release.h.