Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ GetVersionString
Function
GetVersionString
source/common/utility/gitinfo.cpp:55–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
const char *GetVersionString()
56
{
57
if (GetGitDescription()[0] ==
'\0'
)
58
{
59
return VERSIONSTR;
60
}
61
else
62
{
63
return GIT_DESCRIPTION;
64
}
65
}
Callers
14
WriteSavegame
Function · 0.85
WritePNGfile
Function · 0.85
WriteCommentHeader
Method · 0.85
System_CrashInfo
Function · 0.85
UpdateLanguage
Method · 0.85
C_DrawConsole
Function · 0.85
CCMD
Function · 0.85
main
Function · 0.85
Unix_I_FatalError
Function · 0.85
CreateWindow
Function · 0.85
I_SetWindowTitle
Function · 0.85
SetWindowTitle
Method · 0.85
Calls
1
GetGitDescription
Function · 0.85
Tested by
no test coverage detected