Go to the source code of this file.
Namespaces | |
namespace | Version |
Defines | |
#define | CRAWL "Dungeon Crawl Stone Soup" |
Enumerations | |
enum | Version::Class { Version::DEV, Version::ALPHA, Version::BETA, Version::RC, Version::FINAL } |
Functions | |
std::string | Version::Short () |
The short version string. | |
std::string | Version::Long () |
The long version string. | |
int | Version::Major () |
The major version number. | |
int | Version::Minor () |
The minor version number. | |
int | Version::Revision () |
The revision number. | |
int | Version::Build () |
The build number. | |
Class | Version::ReleaseType () |
The release class. | |
int | Version::ReleaseID () |
The release ID. | |
std::string | Version::Compiler () |
The compiler used. | |
std::string | Version::BuildOS () |
The compiling operating system. | |
std::string | Version::BuildOSVersion () |
The compiling operating system's version. | |
std::string | Version::BuildMachine () |
The machine type. | |
std::string | Version::BuildProcessor () |
The processor type. | |
std::string | Version::CFLAGS () |
The CFLAGS. | |
std::string | Version::LDFLAGS () |
The LDFLAGS. | |
std::string | compilation_info () |
#define CRAWL "Dungeon Crawl Stone Soup" |
std::string compilation_info | ( | ) |