diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-09-11 11:17:00 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-09-11 11:17:00 +0200 |
commit | 248a274ec6c6e4b5e1f1eb76cf4c6f8b43ac02d3 (patch) | |
tree | 20eaaea89d7f9fbda2b2154cad5b43abe8c14ea5 /src/main.h | |
parent | 8fe9c1d9f046aa6d746ab075b3056d75898d1f2c (diff) | |
download | mana-248a274ec6c6e4b5e1f1eb76cf4c6f8b43ac02d3.tar.gz mana-248a274ec6c6e4b5e1f1eb76cf4c6f8b43ac02d3.tar.bz2 mana-248a274ec6c6e4b5e1f1eb76cf4c6f8b43ac02d3.tar.xz mana-248a274ec6c6e4b5e1f1eb76cf4c6f8b43ac02d3.zip |
Bumped version to 0.5.3 and updated the NEWS file
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ #elif defined WIN32 #include "winver.h" #elif defined __APPLE__ -#define PACKAGE_VERSION "0.5.2" +#define PACKAGE_VERSION "0.5.3" #endif #ifdef PACKAGE_VERSION |