Skip to content

Commit

Permalink
campaignd: Assign port 15008 to 1.13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Apr 15, 2015
1 parent adb4510 commit 2181dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/tools/wesnoth/campaignserver_client.py
Expand Up @@ -11,6 +11,7 @@
class CampaignClient:
# First port listed will be used as default.
portmap = (
("15008", "1.13.x"),
("15007", "1.12.x"),
("15006", "1.11.x"),
("15002", "1.10.x"),
Expand Down
2 changes: 1 addition & 1 deletion src/addon/validation.cpp
Expand Up @@ -19,7 +19,7 @@

#include <boost/foreach.hpp>

const unsigned short default_campaignd_port = 15007;
const unsigned short default_campaignd_port = 15008;

namespace {
const std::string addon_type_strings[] = {
Expand Down

0 comments on commit 2181dd8

Please sign in to comment.