summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG1
-rw-r--r--src/common/version.hpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 56cbb2e..cf2a4b5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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