|
xoreos
0.0.5
|
Basic xoreos version information. More...
#include "src/version/version.h"
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 |
Basic xoreos version information.
Definition in file version.cpp.
| #define PACKAGE_NAME "xoreos" |
Definition at line 34 of file version.cpp.
| #define PACKAGE_VERSION "0.0.5" |
Definition at line 38 of file version.cpp.
| #define XOREOS_BUILDDATE __DATE__ " " __TIME__ |
Definition at line 50 of file version.cpp.
| #define XOREOS_REV "unk" |
Definition at line 46 of file version.cpp.
| #define XOREOS_REVDESC "unknown" |
Definition at line 42 of file version.cpp.
| #define XOREOS_REVSEP "+" |
Definition at line 59 of file version.cpp.
1.8.14