2018-11-14 09:31:14 +08:00
|
|
|
// Aseprite
|
2025-01-07 22:50:18 +08:00
|
|
|
// Copyright (C) 2018-2025 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.
|
2025-09-22 20:04:57 +08:00
|
|
|
#define API_VERSION 36
|
2018-11-14 09:31:14 +08:00
|
|
|
|
|
|
|
#endif
|