1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Bump up network version

This commit is contained in:
ζeh Matt
2024-10-12 04:18:41 +03:00
parent 92ac65720a
commit 6a90e91237

View File

@@ -49,7 +49,7 @@ using namespace OpenRCT2;
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
constexpr uint8_t kNetworkStreamVersion = 6;
constexpr uint8_t kNetworkStreamVersion = 7;
const std::string kNetworkStreamID = std::string(OPENRCT2_VERSION) + "-" + std::to_string(kNetworkStreamVersion);