Bump version

This commit is contained in:
Lars Mueller 2021-05-13 15:15:04 +02:00
parent 8a14f04734
commit 54f45b3384
2 changed files with 5 additions and 1 deletions

@ -242,6 +242,10 @@ A schematic format with support for metadata and baked light data. **Experimenta
## Release Notes ## Release Notes
### `rolling-69`
* Fixes various things, **most importantly modules indexing the global table**
### `rolling-68` ### `rolling-68`
* Replace changelog by release notes (see the commit log for changes) * Replace changelog by release notes (see the commit log for changes)

@ -82,7 +82,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 = 68, version = 69,
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({}, {