1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Update plugin API version for duktape version change (#18556)

Duktape got upgraded 2.6.0 -> 2.7.0 in #18485
This commit is contained in:
Michał Janiszewski
2022-11-12 07:10:35 +01:00
committed by GitHub
parent 3b813a50e3
commit e0bff8ef82

View File

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