lua: Update scripting API number to 9

This commit is contained in:
David Capello 2019-12-17 15:07:59 -03:00
parent c9b330ab65
commit 9d818e0304

View File

@ -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