diff options
author | David Athay <ko2fan@gmail.com> | 2011-11-17 20:22:17 -0600 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2011-11-17 20:22:17 -0600 |
commit | 41a8c0406301fdb3d92374774066837c42eed112 (patch) | |
tree | b0e2ef0862d38057ec3ed045500ca463b120109d /src/winver.h | |
parent | cd0caeb87a10bc8ed645223c7155c9576b6fb102 (diff) | |
parent | 965cad21750b45206ceea4523d94b7ec92bb8ac6 (diff) | |
download | mana-0.5.tar.gz mana-0.5.tar.bz2 mana-0.5.tar.xz mana-0.5.zip |
Merge branch '0.5' of github.com:mana/mana into 0.50.5
Diffstat (limited to 'src/winver.h')
-rw-r--r-- | src/winver.h | 4 |
1 files changed, 2 insertions, 2 deletions
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" |