diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-12 12:57:45 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-12 12:57:51 -0700 |
commit | 27aaf61f883bf9aeb75a9e1305565686208b8dd9 (patch) | |
tree | e82cf9da470633aa1aac9ff716597affcec76a94 /src/common | |
parent | a5861a4c81bb616b7fba2028cf9ee31f890357c5 (diff) | |
download | tmwa-27aaf61f883bf9aeb75a9e1305565686208b8dd9.tar.gz tmwa-27aaf61f883bf9aeb75a9e1305565686208b8dd9.tar.bz2 tmwa-27aaf61f883bf9aeb75a9e1305565686208b8dd9.tar.xz tmwa-27aaf61f883bf9aeb75a9e1305565686208b8dd9.zip |
Release v13.9.12, add CHANGELOGv13.9.12
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/version.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/version.hpp b/src/common/version.hpp index 25a0b4c..365ffc1 100644 --- a/src/common/version.hpp +++ b/src/common/version.hpp @@ -6,9 +6,9 @@ // it should be possible to use a ./config.status for a long time # define TMWA_VERSION_MAJOR 13 -# define TMWA_VERSION_MINOR 8 -# define TMWA_VERSION_PATCH 28 -# define TMWA_DEVELOP_FLAG 1 +# define TMWA_VERSION_MINOR 9 +# define TMWA_VERSION_PATCH 12 +# define TMWA_DEVELOP_FLAG 0 // TODO make these bitwise enums # define TMWA_FLAG_REGISTRATION 0x01 |