diff options
author | Vincent Robinson <robinsonvincent89@gmail.com> | 2022-01-22 15:55:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 00:55:43 +0100 |
commit | 95a775cd3ae5a8281289acb36391b9ef27cc574d (patch) | |
tree | 615abe4ce52750563a41ec5aa302c8652391ad74 /src | |
parent | 71317b8579385142c2a1cbad70a68cf661408855 (diff) | |
download | minetest-95a775cd3ae5a8281289acb36391b9ef27cc574d.tar.gz minetest-95a775cd3ae5a8281289acb36391b9ef27cc574d.tar.bz2 minetest-95a775cd3ae5a8281289acb36391b9ef27cc574d.zip |
Bump formspec version (#11980)
Diffstat (limited to 'src')
-rw-r--r-- | src/network/networkprotocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index 8214cc5b1..7bf5801f5 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -230,7 +230,7 @@ with this program; if not, write to the Free Software Foundation, Inc., // base64-encoded SHA-1 (27+\0). // See also: Formspec Version History in doc/lua_api.txt -#define FORMSPEC_API_VERSION 4 +#define FORMSPEC_API_VERSION 5 #define TEXTURENAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.-" |