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 5a337d15..1e02cf2a 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 PKG_DATADIR