summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-09-21 23:23:02 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-09-21 23:23:02 -0700
commitfe4935b9fe289562e8b0191c0aad038ef4d9be50 (patch)
tree72b86a8d0d4767d00a90ac3addd5e7c90a86055f
parent69071023c96042e744b3925b2d11f18c7fc23a41 (diff)
downloadtmwa-fe4935b9fe289562e8b0191c0aad038ef4d9be50.tar.gz
tmwa-fe4935b9fe289562e8b0191c0aad038ef4d9be50.tar.bz2
tmwa-fe4935b9fe289562e8b0191c0aad038ef4d9be50.tar.xz
tmwa-fe4935b9fe289562e8b0191c0aad038ef4d9be50.zip
Release v13.9.21v13.9.21
-rw-r--r--CHANGELOG10
-rw-r--r--src/common/version.hpp4
2 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index cf2a4b5..dd680be 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,12 @@
-next:
+v13.9.21:
+ - With the new Makefile, the binary names have changed. Instead of
+ login-server, ladmin, etc., they are now tmwa-login, tmwa-admin, etc.
+ (properly namespaced). Please remove any instances of the following
+ files from your system: ladmin, login-server, char-server, map-server,
+ eathena-monitor, deps.make
+ - Fix statup2 not actually doing anything.
+ - Add 'return' to the list of script commands that don't work properly
+ inside an 'if' statement.
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 cbf9bea..4459f0d 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 12
-# define TMWA_DEVELOP_FLAG 1
+# define TMWA_VERSION_PATCH 21
+# define TMWA_DEVELOP_FLAG 0
// TODO make these bitwise enums
# define TMWA_FLAG_REGISTRATION 0x01