Sync docs after bumping version to 0.9.32

This commit is contained in:
Bill Kendrick 2023-11-21 23:50:45 -08:00
parent dcdac76c4c
commit b40e8142e0
732 changed files with 936 additions and 1043 deletions

View file

@ -1,5 +1,5 @@
Tux Paint
útgáfa 0.9.31
útgáfa 0.9.32
Magic Tool Plugin API Documentation
@ -593,7 +593,7 @@ Til upplýsingar
char * tp_version
A string containing the version of Tux Paint that's running (e.g.,
"0.9.31").
"0.9.32").
int canvas_w
int canvas_h
@ -746,7 +746,7 @@ TP_MAGIC_API_VERSION
compatible.
Note: This version number does not correspond to Tux Paint's own release
number (e.g., "0.9.31"). The API will not change every time a new version
number (e.g., "0.9.32"). 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.