aseprite/src/app/script/api_version.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
403 B
C
Raw Normal View History

2018-11-14 09:31:14 +08:00
// Aseprite
// 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.
#define API_VERSION 36
2018-11-14 09:31:14 +08:00
#endif