From 0316decb6bd17f3cb318ded0ef89350dfe07d871 Mon Sep 17 00:00:00 2001 From: wolfreak99 Date: Tue, 10 Jan 2017 18:35:22 -0500 Subject: [PATCH] Update network version for Add/set money commands (#5042) --- src/openrct2/network/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/network/network.h b/src/openrct2/network/network.h index 56aada6ba4..886fe0dae0 100644 --- a/src/openrct2/network/network.h +++ b/src/openrct2/network/network.h @@ -54,7 +54,7 @@ extern "C" { // 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 "27" +#define NETWORK_STREAM_VERSION "28" #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION #ifdef __cplusplus