updated campaignd port

This commit is contained in:
Gunter Labes 2010-03-28 22:42:25 +00:00
parent 0357595dc0
commit 9bc6c1488b
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import wesnoth.wmlparser as wmlparser
dumpi = 0
class CampaignClient:
# First port listed will be used as default.
portmap = (("15001", "1.8.x"), ("15004", "1.7.x"), ("15003", "1.6.x"), ("15005", "1.4.x"))
portmap = (("15002", "1.9.x"), ("15004", "trunk"), ("15001", "1.8.x"), ("15003", "1.6.x"), ("15005", "1.4.x"))
def __init__(self, address = None):
"""

View file

@ -20,7 +20,7 @@
#include <cstring>
const unsigned short default_campaignd_port = 15001;
const unsigned short default_campaignd_port = 15002;
static bool two_dots(char a, char b)
{