summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2009-02-11 09:30:20 +0000
committerDavid Athay <ko2fan@gmail.com>2009-02-11 09:30:20 +0000
commit8046bb2626b30fecdcea54eb0aa3349cdb7d277b (patch)
treef29a14440074b893e0013922ea7ffbc09af1078d
parent0d4142a891cd228da24ee3aa3bbd7dc622da5b75 (diff)
downloadmana-client-8046bb2626b30fecdcea54eb0aa3349cdb7d277b.tar.gz
mana-client-8046bb2626b30fecdcea54eb0aa3349cdb7d277b.tar.bz2
mana-client-8046bb2626b30fecdcea54eb0aa3349cdb7d277b.tar.xz
mana-client-8046bb2626b30fecdcea54eb0aa3349cdb7d277b.zip
OSX version fix
-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