diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-29 09:05:18 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-29 09:05:18 -0700 |
commit | 7b98aca4a84f9c8c6b022e0e72b61127c3a927f8 (patch) | |
tree | 07e7a0cd4461021f347dba5e3e26c77d309a0733 /src | |
parent | a728038ca33aabc814b24e1b1eac24ef60c93dd7 (diff) | |
download | tmwa-7b98aca4a84f9c8c6b022e0e72b61127c3a927f8.tar.gz tmwa-7b98aca4a84f9c8c6b022e0e72b61127c3a927f8.tar.bz2 tmwa-7b98aca4a84f9c8c6b022e0e72b61127c3a927f8.tar.xz tmwa-7b98aca4a84f9c8c6b022e0e72b61127c3a927f8.zip |
Release v13.9.29v13.9.29
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 3e9c679..a0c5aa5 100644 --- a/src/common/version.hpp +++ b/src/common/version.hpp @@ -7,8 +7,8 @@ # define TMWA_VERSION_MAJOR 13 # define TMWA_VERSION_MINOR 9 -# define TMWA_VERSION_PATCH 28 -# define TMWA_DEVELOP_FLAG 1 +# define TMWA_VERSION_PATCH 29 +# define TMWA_DEVELOP_FLAG 0 // TODO make these bitwise enums # define TMWA_FLAG_REGISTRATION 0x01 |