From 384813421cc30f5da7472c0792b4ab1bdb388597 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sun, 6 Oct 2024 20:41:08 -0300 Subject: [PATCH] [lua] Update scripting API version to 29 This should have been changed for v1.3.9. --- 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 a9684b278..2c46870dd 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 28 +#define API_VERSION 29 #endif