summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 0e884fb2..69929957 100644
--- a/src/main.h
+++ b/src/main.h
@@ -28,6 +28,8 @@
#include "../config.h"
#elif defined WIN32
#include "winver.h"
+#elif defined __APPLE__
+#define PACKAGE_VERSION "0.0.28"
#endif
#ifndef TMW_DATADIR