From 922ebf3039bf47fb1aecf0482a7698a0856dc2ef Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 18 Aug 2023 09:53:52 -0300 Subject: [PATCH] [lua] Increment scripting API version --- src/app/script/api_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/script/api_version.h b/src/app/script/api_version.h index c0bf0e9bf..bde10d23e 100644 --- a/src/app/script/api_version.h +++ b/src/app/script/api_version.h @@ -10,6 +10,6 @@ // Increment this value if the scripting API is modified between two // released Aseprite versions. -#define API_VERSION 25 +#define API_VERSION 26 #endif