From 9d818e0304de21bde5951de41cdb72200571ac33 Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 17 Dec 2019 15:07:59 -0300 Subject: [PATCH] lua: Update scripting API number to 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 d206f1194..ec60e13cc 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 8 +#define API_VERSION 9 #endif