summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-09-21 23:26:05 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-09-21 23:26:05 -0700
commita720c75f7bdf0097f3a13f3a04102da78fd95e7b (patch)
tree1a84e24885a984542c3acf05f33143d6fdd646f6
parentfe4935b9fe289562e8b0191c0aad038ef4d9be50 (diff)
downloadtmwa-a720c75f7bdf0097f3a13f3a04102da78fd95e7b.tar.gz
tmwa-a720c75f7bdf0097f3a13f3a04102da78fd95e7b.tar.bz2
tmwa-a720c75f7bdf0097f3a13f3a04102da78fd95e7b.tar.xz
tmwa-a720c75f7bdf0097f3a13f3a04102da78fd95e7b.zip
Return to development
-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 dd680be..309edb6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,4 @@
+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.
diff --git a/src/common/version.hpp b/src/common/version.hpp
index 4459f0d..82f22e5 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 21
-# define TMWA_DEVELOP_FLAG 0
+# define TMWA_DEVELOP_FLAG 1
// TODO make these bitwise enums
# define TMWA_FLAG_REGISTRATION 0x01