update the port list for the upcoming 1.6 release

This commit is contained in:
Gunter Labes 2009-03-01 22:52:49 +00:00
parent c298719c4e
commit 39596af46b

View File

@ -10,7 +10,7 @@ import wesnoth.wmlparser as wmlparser
dumpi = 0
class CampaignClient:
# First port listed will be used as default.
portmap = (("15003", "1.5.x"), ("15004", "1.2.x"), ("15005", "1.4.x"))
portmap = (("15003", "1.6.x"), ("15004", "1.2.x"), ("15005", "1.4.x"))
# Files with these suffixes will not be downloaded
excluded = ("~", "-bak", ".pbl", ".exe", ".com", ".bat", ".scr", ".sh")