Regen ALL docs after bumping version to 0.9.31

This commit is contained in:
Bill Kendrick 2023-05-20 11:35:22 -07:00
parent d8f3adc2e7
commit 4b77cc7526
1065 changed files with 1179 additions and 1210 deletions

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.30
version 0.9.31
Magic Tool Plugin API Documentation
@ -583,7 +583,7 @@ Tux Paint Functions and Data
char * tp_version
A string containing the version of Tux Paint that's running (e.g.,
"0.9.30").
"0.9.31").
int canvas_w
int canvas_h
@ -728,7 +728,7 @@ Constant Defintions in "tp_magic_api.h"
your plugin is compatible.
Note: This version number does not correspond to Tux Paint's own
release number (e.g., "0.9.30"). The API will not change every
release number (e.g., "0.9.31"). 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.