summaryrefslogtreecommitdiff
path: root/src/network/core/config.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-09 01:22:45 +0000
committerrubidium <rubidium@openttd.org>2009-04-09 01:22:45 +0000
commitc0f9af56076255177fd1d338c6d237954ee535de (patch)
tree97ee7464f631bb1aca0302ab9833a9406ba3a36d /src/network/core/config.h
parent7118c48b98a910a66571755a90acaa9a4253d4a8 (diff)
downloadopenttd-c0f9af56076255177fd1d338c6d237954ee535de.tar.xz
(svn r16000) -Feature: IPv6 support
Diffstat (limited to 'src/network/core/config.h')
-rw-r--r--src/network/core/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/config.h b/src/network/core/config.h
index e2fbb5e3a..bcd85f594 100644
--- a/src/network/core/config.h
+++ b/src/network/core/config.h
@@ -24,7 +24,7 @@ enum {
NETWORK_GAME_INFO_VERSION = 4, ///< What version of game-info do we use?
NETWORK_COMPANY_INFO_VERSION = 5, ///< What version of company info is this?
- NETWORK_MASTER_SERVER_VERSION = 1, ///< What version of master-server-protocol do we use?
+ NETWORK_MASTER_SERVER_VERSION = 2, ///< What version of master-server-protocol do we use?
NETWORK_NAME_LENGTH = 80, ///< The maximum length of the server name and map name, in bytes including '\0'
NETWORK_COMPANY_NAME_LENGTH = 31, ///< The maximum length of the company name, in bytes including '\0'