Bump version to 0.9.34; sync docs for new version #

This commit is contained in:
Bill Kendrick 2024-07-26 00:44:42 -07:00
parent 5650435ce7
commit d597a250cd
1900 changed files with 1963 additions and 1960 deletions

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.33
version 0.9.34
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.33").
"0.9.34").
int canvas_w
int canvas_h
@ -789,7 +789,7 @@ TP_MAGIC_API_VERSION
compatible.
Note: This version number does not correspond to Tux Paint's own release
number (e.g., "0.9.33"). The API will not change every time a new version
number (e.g., "0.9.34"). 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.