summaryrefslogtreecommitdiff
path: root/world/map/news.php
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-02-12 18:21:53 -0800
committerBen Longbons <b.r.longbons@gmail.com>2012-02-12 18:21:53 -0800
commit2f2197352d1e7774cafc1a7732168744f51149bf (patch)
treecc2bbff56caedbc83e867cfdc52ec455ca0ab93b /world/map/news.php
parent36eeee86066effe6a6b880a78eab2f8c6f0d8019 (diff)
downloadserverdata-2f2197352d1e7774cafc1a7732168744f51149bf.tar.gz
serverdata-2f2197352d1e7774cafc1a7732168744f51149bf.tar.bz2
serverdata-2f2197352d1e7774cafc1a7732168744f51149bf.tar.xz
serverdata-2f2197352d1e7774cafc1a7732168744f51149bf.zip
News for 0.6.0 release
* TMW 0.0.29.1 will be unsupported soon * There will be an unused account purge.
Diffstat (limited to 'world/map/news.php')
-rw-r--r--world/map/news.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/news.php b/world/map/news.php
index 7b08e696..ad708257 100644
--- a/world/map/news.php
+++ b/world/map/news.php
@@ -14,7 +14,7 @@ if (substr($agent, 0, 3) == "TMW" || substr($agent, 0, 4) == "Mana")
}
$min_version = '0.0.29.1';
-$cur_version = '0.5.3';
+$cur_version = '0.6.0';
if (substr($agent, 0, 3) == "TMW" and $agent < 'TMW/' . $min_version)
{