Bump version to 0.9.33; sync some doc changes!

This commit is contained in:
Bill Kendrick 2024-02-29 22:00:07 -08:00
parent 35c12c60fd
commit 40316cfe45
1989 changed files with 9287 additions and 8696 deletions

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.32
version 0.9.33
Magic Tool Plugin API Documentation
@ -609,7 +609,7 @@ Informational
char * tp_version
A string containing the version of Tux Paint that's running (e.g.,
"0.9.32").
"0.9.33").
int canvas_w
int canvas_h
@ -762,7 +762,7 @@ TP_MAGIC_API_VERSION
compatible.
Note: This version number does not correspond to Tux Paint's own release
number (e.g., "0.9.32"). The API will not change every time a new version
number (e.g., "0.9.33"). The API will not change every time a new version
of Tux Paint is released, which means plugins compiled for earlier versions
of Tux Paint will often run under newer versions.