From 56ad946ec0a1b9e58c30aae2a2c4cb6445985b25 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Fri, 18 Jun 2021 20:58:21 +0200 Subject: [PATCH] Bump version --- Readme.md | 6 ++++++ init.lua | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 48741ac..7f86bb9 100644 --- a/Readme.md +++ b/Readme.md @@ -242,6 +242,12 @@ A schematic format with support for metadata and baked light data. **Experimenta ## Release Notes +### `rolling-70` + +* Fixes module environments once and for all +* Fixes vector aliases +* Presumably boosts performance + ### `rolling-69` * Fixes various things, **most importantly modules indexing the global table** diff --git a/init.lua b/init.lua index 271b5f5..fdf5e80 100644 --- a/init.lua +++ b/init.lua @@ -89,7 +89,7 @@ end local rawget, rawset = rawget, rawset modlib = setmetatable({ -- TODO bump on release - version = 69, + version = 70, modname = minetest and minetest.get_current_modname(), -- TODO dir_delim = rawget(_G, "DIR_DELIM") or "/",