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

Increment plugin version, update changelog

This commit is contained in:
Bas
2020-12-29 15:36:00 +01:00
parent 7848a39e6c
commit 918bd015b5
2 changed files with 2 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
using namespace OpenRCT2;
using namespace OpenRCT2::Scripting;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 15;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 16;
struct ExpressionStringifier final
{