From 2db373bb62e34e1559d1265f1b7f47a295cc8b7e Mon Sep 17 00:00:00 2001 From: Ted John Date: Thu, 26 May 2022 18:37:14 +0100 Subject: [PATCH] Increment plugin API version --- src/openrct2/scripting/ScriptEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/scripting/ScriptEngine.h b/src/openrct2/scripting/ScriptEngine.h index bb7834491f..2dbc27971d 100644 --- a/src/openrct2/scripting/ScriptEngine.h +++ b/src/openrct2/scripting/ScriptEngine.h @@ -46,7 +46,7 @@ namespace OpenRCT2 namespace OpenRCT2::Scripting { - static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 53; + static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 54; // Versions marking breaking changes. static constexpr int32_t API_VERSION_33_PEEP_DEPRECATION = 33;