1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Merge pull request #20817 from duncanspumpkin/bumpScripting

Bump scripting version number
This commit is contained in:
Matt
2023-09-27 02:54:16 +03:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ namespace OpenRCT2
namespace OpenRCT2::Scripting
{
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 78;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 79;
// Versions marking breaking changes.
static constexpr int32_t API_VERSION_33_PEEP_DEPRECATION = 33;