diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-12 13:00:06 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-12 13:00:06 -0700 |
commit | bca4420ef3abcd69625deea30c9d9d66ba528484 (patch) | |
tree | 8caaa047c78cbc72ddcdd6b04c296ed2342b60f3 | |
parent | 27aaf61f883bf9aeb75a9e1305565686208b8dd9 (diff) | |
download | tmwa-bca4420ef3abcd69625deea30c9d9d66ba528484.tar.gz tmwa-bca4420ef3abcd69625deea30c9d9d66ba528484.tar.bz2 tmwa-bca4420ef3abcd69625deea30c9d9d66ba528484.tar.xz tmwa-bca4420ef3abcd69625deea30c9d9d66ba528484.zip |
Return to development
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | src/common/version.hpp | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +next: v13.9.12: - Also allow "true" and "false" as boolean values in config files. - The format of lan_support.conf has changed slightly. diff --git a/src/common/version.hpp b/src/common/version.hpp index 365ffc1..cbf9bea 100644 --- a/src/common/version.hpp +++ b/src/common/version.hpp @@ -8,7 +8,7 @@ # define TMWA_VERSION_MAJOR 13 # define TMWA_VERSION_MINOR 9 # define TMWA_VERSION_PATCH 12 -# define TMWA_DEVELOP_FLAG 0 +# define TMWA_DEVELOP_FLAG 1 // TODO make these bitwise enums # define TMWA_FLAG_REGISTRATION 0x01 |