1
0
forked from 0ad/0ad

Bump the network protocol version, to prevent confusion if someone uses the old release.

This was SVN commit r7934.
This commit is contained in:
Ykkrosh 2010-08-13 14:29:27 +00:00
parent 5135bcb899
commit 3e6df25f10

View File

@ -28,7 +28,7 @@
#define PS_PROTOCOL_MAGIC 0x5073013f // 'P', 's', 0x01, '?'
#define PS_PROTOCOL_MAGIC_RESPONSE 0x50630121 // 'P', 'c', 0x01, '!'
#define PS_PROTOCOL_VERSION 0x01010003 // Arbitrary protocol
#define PS_PROTOCOL_VERSION 0x01010004 // Arbitrary protocol
#define PS_DEFAULT_PORT 0x5073 // 'P', 's'
// Defines the list of message types. The order of the list must not change.