Bump to 0.9.35

This commit is contained in:
Bill Kendrick 2024-11-15 00:19:10 -08:00
parent 5de3c8778d
commit 79ce7a87ca
2098 changed files with 2202 additions and 2947 deletions

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.34
version 0.9.35
### Magic Tool Plugin API Documentation ###
@ -612,7 +612,7 @@ Plugin Functions," above.)
→ char * tp_version ←
A string containing the version of Tux Paint that's running (e.g.,
"0.9.34").
"0.9.35").
→ int canvas_w
int canvas_h ←
@ -832,7 +832,7 @@ Plugin Functions," above.)
compatible.
Note: This version number does not correspond to Tux Paint's own
release number (e.g., "0.9.34"). The API will not change every time a
release number (e.g., "0.9.35"). 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.