mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 12:00:38 +00:00
fix wrong --version string
This commit is contained in:
parent
70f676784d
commit
6601e89029
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -44,8 +44,8 @@ static const char *app_name;
|
|||
|
||||
static void version() {
|
||||
con_out("GMQCC %d.%d.%d Built %s %s\n",
|
||||
GMQCC_VERSION_MINOR,
|
||||
GMQCC_VERSION_MAJOR,
|
||||
GMQCC_VERSION_MINOR,
|
||||
GMQCC_VERSION_PATCH,
|
||||
__DATE__,
|
||||
__TIME__
|
||||
|
|
Loading…
Reference in a new issue