Bump network and plug-in API version

This commit is contained in:
Gymnasiast 2021-08-01 15:15:33 +02:00
parent abc4a02ff5
commit 277317b6f1
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,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 "2"
#define NETWORK_STREAM_VERSION "3"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
static Peep* _pickup_peep = nullptr;

View File

@ -46,7 +46,7 @@ namespace OpenRCT2
namespace OpenRCT2::Scripting
{
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 32;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 33;
# ifndef DISABLE_NETWORK
class ScSocketBase;