campaignd: Set the correct port for 1.17.x
This commit is contained in:
parent
baf6f5d30a
commit
6582f38948
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
## Version 1.17.0+dev
|
||||
### Add-ons client
|
||||
* Fixed: using the up or down arrow keys in small-screen mode returned to the title screen (issue #6485)
|
||||
* Set the right default port number for the 1.17.x add-ons server.
|
||||
### Add-ons server
|
||||
### Campaigns
|
||||
* Delfador’s Memoirs
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <array>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
const unsigned short default_campaignd_port = 15016;
|
||||
const unsigned short default_campaignd_port = 15017;
|
||||
|
||||
namespace
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue