Increment network version

This commit is contained in:
duncanspumpkin 2017-11-25 09:31:16 +00:00
parent b6ce5ce4a5
commit b3cf757ee1
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ typedef struct GameAction GameAction;
// This define specifies which version of network stream current build uses.
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
#define NETWORK_STREAM_VERSION "20"
#define NETWORK_STREAM_VERSION "21"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
#ifdef __cplusplus