Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ is_release
Function
is_release
library/DFHackVersion.cpp:59–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
bool is_release()
60
{
61
#ifdef DFHACK_GIT_TAGGED
62
return true;
63
#else
64
return false;
65
#endif
66
}
67
68
bool is_prerelease()
69
{
Callers
2
dfhack_version_desc
Method · 0.85
save
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected