diff options
-rw-r--r-- | CHANGELOG | 10 | ||||
-rw-r--r-- | src/common/version.hpp | 6 |
2 files changed, 13 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..56cbb2e --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,10 @@ +v13.9.12: + - Also allow "true" and "false" as boolean values in config files. + - The format of lan_support.conf has changed slightly. + If you have made any adjustments, you MUST update it. + - Increase maximum size of a script array from 128 to 256. + - Fix scissors bug. +v13.8.28: + - First release - finally cleaned up enough to feel good about. + - For a partial list of changes since branch 'unsupported', see + http://forums.themanaworld.org/viewtopic.php?f=2&t=17670 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 |