diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-28 11:20:07 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-28 11:20:35 -0700 |
commit | d95dff4906a690032ddb705b70372ca268df7942 (patch) | |
tree | 25a45ba695e1797ba85b959971b5bbd5dfda74a3 /src | |
parent | c71f521f3331d105b7de4ad06c6d25b49efae878 (diff) | |
download | tmwa-d95dff4906a690032ddb705b70372ca268df7942.tar.gz tmwa-d95dff4906a690032ddb705b70372ca268df7942.tar.bz2 tmwa-d95dff4906a690032ddb705b70372ca268df7942.tar.xz tmwa-d95dff4906a690032ddb705b70372ca268df7942.zip |
Release v13.8.28
Diffstat (limited to 'src')
-rw-r--r-- | src/common/version.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/version.hpp b/src/common/version.hpp index 8293af1..dc97d40 100644 --- a/src/common/version.hpp +++ b/src/common/version.hpp @@ -7,8 +7,8 @@ # define TMWA_VERSION_MAJOR 13 # define TMWA_VERSION_MINOR 8 -# define TMWA_VERSION_PATCH 21 -# define TMWA_DEVELOP_FLAG 1 +# define TMWA_VERSION_PATCH 28 +# define TMWA_DEVELOP_FLAG 0 // TODO make these bitwise enums # define TMWA_FLAG_REGISTRATION 0x01 |