xoreos  0.0.5
Namespaces | Macros | Functions | Variables
version.cpp File Reference

Basic xoreos version information. More...

#include "src/version/version.h"
Include dependency graph for version.cpp:

Go to the source code of this file.

Namespaces

 Version
 

Macros

#define PACKAGE_NAME   "xoreos"
 
#define PACKAGE_VERSION   "0.0.5"
 
#define XOREOS_REVDESC   "unknown"
 
#define XOREOS_REV   "unk"
 
#define XOREOS_BUILDDATE   __DATE__ " " __TIME__
 
#define XOREOS_REVSEP   "+"
 

Functions

const char * Version::getProjectName ()
 
const char * Version::getProjectVersion ()
 
const char * Version::getProjectNameVersion ()
 
const char * Version::getProjectNameVersionFull ()
 
const char * Version::getProjectURL ()
 
const char * Version::getProjectAuthors ()
 

Variables

static const char * Version::kProjectName = "xoreos"
 
static const char * Version::kProjectVersion = "0.0.5"
 
static const char * Version::kProjectNameVersion = "xoreos" " " "0.0.5" "+" "unk"
 
static const char * Version::kProjectNameVersionFull = "xoreos" " " "0.0.5" "+" "unk" " [" "unknown" "] (" __DATE__ " " __TIME__ ")"
 
static const char * Version::kProjectURL = "https://xoreos.org/"
 
static const char * Version::kProjectAuthors
 

Detailed Description

Basic xoreos version information.

Definition in file version.cpp.

Macro Definition Documentation

◆ PACKAGE_NAME

#define PACKAGE_NAME   "xoreos"

Definition at line 34 of file version.cpp.

◆ PACKAGE_VERSION

#define PACKAGE_VERSION   "0.0.5"

Definition at line 38 of file version.cpp.

◆ XOREOS_BUILDDATE

#define XOREOS_BUILDDATE   __DATE__ " " __TIME__

Definition at line 50 of file version.cpp.

◆ XOREOS_REV

#define XOREOS_REV   "unk"

Definition at line 46 of file version.cpp.

◆ XOREOS_REVDESC

#define XOREOS_REVDESC   "unknown"

Definition at line 42 of file version.cpp.

◆ XOREOS_REVSEP

#define XOREOS_REVSEP   "+"

Definition at line 59 of file version.cpp.