mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 23:33:53 +01:00
Bump version
This commit is contained in:
parent
6df2bcf1f1
commit
cd9e1f13e1
@ -159,6 +159,10 @@ assert(rope:to_text() == "\100userdata")
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
### `rolling-57`
|
||||||
|
|
||||||
|
* Uses `minetest.safe_file_write` for `file.write`
|
||||||
|
|
||||||
### `rolling-56`
|
### `rolling-56`
|
||||||
|
|
||||||
* Fixes `math.fround`
|
* Fixes `math.fround`
|
||||||
|
2
init.lua
2
init.lua
@ -77,7 +77,7 @@ end
|
|||||||
local load_module, get_resource, loadfile_exports
|
local load_module, get_resource, loadfile_exports
|
||||||
modlib = setmetatable({
|
modlib = setmetatable({
|
||||||
-- TODO bump on release
|
-- TODO bump on release
|
||||||
version = 56,
|
version = 57,
|
||||||
modname = minetest and minetest.get_current_modname(),
|
modname = minetest and minetest.get_current_modname(),
|
||||||
dir_delim = rawget(_G, "DIR_DELIM") or "/",
|
dir_delim = rawget(_G, "DIR_DELIM") or "/",
|
||||||
_RG = setmetatable({}, {
|
_RG = setmetatable({}, {
|
||||||
|
Loading…
Reference in New Issue
Block a user