MCPcopy Create free account
hub / github.com/crawl/crawl / _get_version_information

Function _get_version_information

crawl-ref/source/command.cc:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85};
86
87static string _get_version_information()
88{
89 string result = string("This is <w>" CRAWL " ") + Version::Long
90 + " (" CRAWL_BUILD_NAME ")</w>";
91 return result;
92}
93
94static string _get_version_features()
95{

Callers 1

_print_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected