From bc3d87e476870cbd4cdc9dd5c76d5575d3f2e95d Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Sun, 8 Mar 2020 12:50:35 +0100 Subject: [PATCH] Bump network version https://github.com/OpenRCT2/OpenRCT2/pull/10866 should have bumped this. --- 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 7527e795cb..d6fef8a966 100644 --- a/src/openrct2/network/Network.cpp +++ b/src/openrct2/network/Network.cpp @@ -31,7 +31,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 "19" +#define NETWORK_STREAM_VERSION "20" #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION static Peep* _pickup_peep = nullptr;