[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Update required version (60b38c0)

Marcel Fabian Krüger tex at 2krueger.de
Fri Jun 5 16:07:06 CEST 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/60b38c050ddd55fc8a4a9279dc60293704a301a1

>---------------------------------------------------------------

commit 60b38c050ddd55fc8a4a9279dc60293704a301a1
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri May 22 19:39:29 2020 +0200

    Update required version


>---------------------------------------------------------------

60b38c050ddd55fc8a4a9279dc60293704a301a1
 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.