fix wrong --version string

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-12-18 15:44:26 +01:00
parent 70f676784d
commit 6601e89029

2
main.c
View file

@ -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__