2018-11-14 09:31:14 +08:00
|
|
|
// Aseprite
|
2024-02-13 05:53:15 +08:00
|
|
|
// Copyright (C) 2018-2024 Igara Studio S.A.
|
2018-11-14 09:31:14 +08:00
|
|
|
//
|
|
|
|
// This program is distributed under the terms of
|
|
|
|
// the End-User License Agreement for Aseprite.
|
|
|
|
|
|
|
|
#ifndef APP_SCRIPT_API_VERSION_HELPER_H_INCLUDED
|
|
|
|
#define APP_SCRIPT_API_VERSION_HELPER_H_INCLUDED
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
// Increment this value if the scripting API is modified between two
|
|
|
|
// released Aseprite versions.
|
2024-11-20 00:15:27 +08:00
|
|
|
#define API_VERSION 30
|
2018-11-14 09:31:14 +08:00
|
|
|
|
|
|
|
#endif
|