WIP - Extending Magic plugin API to support complexity

For https://sourceforge.net/p/tuxpaint/feature-requests/247/
This commit is contained in:
Bill Kendrick 2023-12-29 14:20:07 -08:00
parent 3e662b9edc
commit 0bc54921d9
4 changed files with 35 additions and 14 deletions

View file

@ -4,7 +4,7 @@
# Various contributors (see AUTHORS.txt)
# https://tuxpaint.org/
# June 14, 2002 - November 21, 2023
# June 14, 2002 - December 29, 2023
# The version number, for release:
@ -24,7 +24,7 @@ else
VER_DATE=$(shell date "+%Y-%m-%d")
endif
MAGIC_API_VERSION:=0x00000008
MAGIC_API_VERSION:=0x00000009
# Need to know the OS
SYSNAME:=$(shell uname -s)