1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-29 09:39:31 +00:00

Update doc

This commit is contained in:
Étienne Fildadut 2024-01-05 01:52:21 +01:00
parent efb99a9ed7
commit 98917c2ca4
5 changed files with 36 additions and 35 deletions

View file

@ -58,10 +58,10 @@ local anselme = {
--- Table containing per-category version numbers. Incremented by one for any change that may break compatibility.
versions = {
--- Version number for languages and standard library changes.
language = 28,
--- Version number for language and standard library changes.
language = 29,
--- Version number for save/AST format changes.
save = 5,
save = 6,
--- Version number for Lua API changes.
api = 9
},