mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-29 09:39:31 +00:00
Update doc
This commit is contained in:
parent
efb99a9ed7
commit
98917c2ca4
5 changed files with 36 additions and 35 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue