summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2009-02-11 09:30:20 +0000
committerIra Rice <irarice@gmail.com>2009-02-11 19:19:16 -0700
commitb1f1e07abc825e64bddeb4c70a922e1b59b2a954 (patch)
treed4b5a5bd2a95b327f0813a28302880617ab2be78
parentcba39ac8258f362a0cd54ba358511bf0e1ed5006 (diff)
downloadmana-client-b1f1e07abc825e64bddeb4c70a922e1b59b2a954.tar.gz
mana-client-b1f1e07abc825e64bddeb4c70a922e1b59b2a954.tar.bz2
mana-client-b1f1e07abc825e64bddeb4c70a922e1b59b2a954.tar.xz
mana-client-b1f1e07abc825e64bddeb4c70a922e1b59b2a954.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 5f7ec54e..8619fd45 100644
--- a/src/main.h
+++ b/src/main.h
@@ -29,6 +29,8 @@
#include "../config.h"
#elif defined WIN32
#include "winver.h"
+#elif defined __APPLE__
+#define PACKAGE_VERSION "0.0.28"
#endif
#ifndef PKG_DATADIR