[latex3-commits] [git/LaTeX3-latex3-luaotfload] modules: Update required version (45153c8)
Marcel Fabian Krüger
tex at 2krueger.de
Sat May 23 13:52:18 CEST 2020
Repository : https://github.com/latex3/luaotfload
On branch : modules
Link : https://github.com/latex3/luaotfload/commit/45153c8949dce8a089622b6302fe4fc770d98979
>---------------------------------------------------------------
commit 45153c8949dce8a089622b6302fe4fc770d98979
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Fri May 22 19:39:29 2020 +0200
Update required version
>---------------------------------------------------------------
45153c8949dce8a089622b6302fe4fc770d98979
src/luaotfload-main.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua
index e1a9781..422736d 100644
--- a/src/luaotfload-main.lua
+++ b/src/luaotfload-main.lua
@@ -40,7 +40,7 @@ luaotfload.log = luaotfload.log or { }
local logreport
luaotfload.version = ProvidesLuaModule.version
luaotfload.loaders = { }
-luaotfload.min_luatex_version = { 0, 95, 0 }
+luaotfload.min_luatex_version = { 1, 10, 0 }
luaotfload.fontloader_package = "reference" --- default: from current Context
if not tex or not tex.luatexversion then
More information about the latex3-commits
mailing list.