From 4de6071fb4a468c17b2ea028f446e950ac997edf Mon Sep 17 00:00:00 2001 From: duncanspumpkin Date: Sun, 12 May 2019 19:03:03 +0100 Subject: [PATCH] Increment network version --- src/openrct2/network/Network.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/network/Network.cpp b/src/openrct2/network/Network.cpp index ac7f7a1807..4864e554d7 100644 --- a/src/openrct2/network/Network.cpp +++ b/src/openrct2/network/Network.cpp @@ -32,7 +32,7 @@ // This string 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 static Peep* _pickup_peep = nullptr;