diff options
author | David Athay <ko2fan@gmail.com> | 2009-02-11 09:30:20 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-11 19:19:16 -0700 |
commit | b1f1e07abc825e64bddeb4c70a922e1b59b2a954 (patch) | |
tree | d4b5a5bd2a95b327f0813a28302880617ab2be78 | |
parent | cba39ac8258f362a0cd54ba358511bf0e1ed5006 (diff) | |
download | mana-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |