diff options
author | mekolat <mekolat@gmail.com> | 2014-10-30 11:50:34 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-10-30 11:50:34 -0400 |
commit | 36c115f9dd3554ad8f4b6461a0f30fd7aaa0825e (patch) | |
tree | cc18e5c344d6b05e6f0cb5274e2b9c1c6beee375 /world/map | |
parent | 3eb89bb0c12e22745b192f02a48cf7e28f7e279e (diff) | |
download | serverdata-36c115f9dd3554ad8f4b6461a0f30fd7aaa0825e.tar.gz serverdata-36c115f9dd3554ad8f4b6461a0f30fd7aaa0825e.tar.bz2 serverdata-36c115f9dd3554ad8f4b6461a0f30fd7aaa0825e.tar.xz serverdata-36c115f9dd3554ad8f4b6461a0f30fd7aaa0825e.zip |
bump minimum manaplus version
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/news.php | 2 |
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() |