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 | |
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')
-rw-r--r-- | src/main.h | 2 | ||||
-rw-r--r-- | src/winver.h | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/src/winver.h b/src/winver.h index 89b7004f..7f9d3f8d 100644 --- a/src/winver.h +++ b/src/winver.h @@ -1,6 +1,6 @@ /* VERSION DEFINITIONS */ #define VER_MAJOR 0 #define VER_MINOR 5 -#define VER_RELEASE 2 +#define VER_RELEASE 3 #define VER_BUILD 0 -#define PACKAGE_VERSION "0.5.2.0" +#define PACKAGE_VERSION "0.5.3.0" |