From fe4935b9fe289562e8b0191c0aad038ef4d9be50 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 21 Sep 2013 23:23:02 -0700 Subject: Release v13.9.21 --- CHANGELOG | 10 +++++++++- src/common/version.hpp | 4 ++-- 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 -- cgit v1.2.3-70-g09d2