summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 8f6d214..213339a 100644
--- a/main.cpp
+++ b/main.cpp
@@ -452,7 +452,7 @@ int main(int argc, char **argv)
else
return 1;
} else if (arg == "--version") {
- printf("Appcontroller version: " GIT_VERSION "\nGit revision: " GIT_HASH "\nFeatures: " FEATURES "\n");
+ printf("Appcontroller version: " APPCONTROLLER_VERSION "\nFeatures: " FEATURES "\n");
return 0;
} else if (arg == "--detach") {
detach = true;