summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2014-10-30 11:50:34 -0400
committermekolat <mekolat@gmail.com>2014-10-30 11:50:34 -0400
commit36c115f9dd3554ad8f4b6461a0f30fd7aaa0825e (patch)
treecc18e5c344d6b05e6f0cb5274e2b9c1c6beee375
parent3eb89bb0c12e22745b192f02a48cf7e28f7e279e (diff)
downloadserverdata-36c115f9dd3554ad8f4b6461a0f30fd7aaa0825e.tar.gz
serverdata-36c115f9dd3554ad8f4b6461a0f30fd7aaa0825e.tar.bz2
serverdata-36c115f9dd3554ad8f4b6461a0f30fd7aaa0825e.tar.xz
serverdata-36c115f9dd3554ad8f4b6461a0f30fd7aaa0825e.zip
bump minimum manaplus version
-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 d9f4d2e5..ff4b80a1 100644
--- a/world/map/news.php
+++ b/world/map/news.php
@@ -1,7 +1,7 @@
<?php
// configuration variables
-$min_manaplus = '1.3.6.9';
+$min_manaplus = '1.4.8.30';
// utility functions
function failure_headers()