From e9523caeb4330711a04ef6d2cd9dec0d0b6a3302 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 9 Mar 2019 13:58:49 +0100 Subject: [PATCH] Bump up 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 5235f85b05..319cea2360 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 "54" +#define NETWORK_STREAM_VERSION "55" #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION static Peep* _pickup_peep = nullptr;