1// Aseprite
2// Copyright (C) 2018-2022 Igara Studio S.A.
3//
4// This program is distributed under the terms of
5// the End-User License Agreement for Aseprite.
6
7#ifndef APP_SCRIPT_API_VERSION_HELPER_H_INCLUDED
8#define APP_SCRIPT_API_VERSION_HELPER_H_INCLUDED
9#pragma once
10
11// Increment this value if the scripting API is modified between two
12// released Aseprite versions.
13#define API_VERSION 21
14
15#endif
16