[latex3-commits] [git/LaTeX3-latex3-luaotfload] master: added newest lualibs to support folder (56d7af7)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Nov 5 15:51:05 CET 2019


Repository : https://github.com/latex3/luaotfload
On branch  : master
Link       : https://github.com/latex3/luaotfload/commit/56d7af77a10a3f141bc3134ba131a58de3e0659b

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

commit 56d7af77a10a3f141bc3134ba131a58de3e0659b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Nov 5 15:51:05 2019 +0100

    added newest lualibs to support folder


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

56d7af77a10a3f141bc3134ba131a58de3e0659b
 supporttexmf/tex/luatex/lualibs/lualibs-basic.lua    | 2 +-
 supporttexmf/tex/luatex/lualibs/lualibs-extended.lua | 2 +-
 supporttexmf/tex/luatex/lualibs/lualibs.lua          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/supporttexmf/tex/luatex/lualibs/lualibs-basic.lua b/supporttexmf/tex/luatex/lualibs/lualibs-basic.lua
index 798d36a..ba6cc25 100644
--- a/supporttexmf/tex/luatex/lualibs/lualibs-basic.lua
+++ b/supporttexmf/tex/luatex/lualibs/lualibs-basic.lua
@@ -30,7 +30,7 @@ local loadmodule        = lualibs.loadmodule
 local lualibs_basic_module = {
   name          = "lualibs-basic",
   version       = "2.68",       --TAGVERSION
-  date          = "2019-10-29", --TAGDATE
+  date          = "2019-11-05", --TAGDATE
   description   = "ConTeXt Lua libraries -- basic collection.",
   author        = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
   copyright     = "PRAGMA ADE / ConTeXt Development Team",
diff --git a/supporttexmf/tex/luatex/lualibs/lualibs-extended.lua b/supporttexmf/tex/luatex/lualibs/lualibs-extended.lua
index a4a37a0..55aa1e6 100644
--- a/supporttexmf/tex/luatex/lualibs/lualibs-extended.lua
+++ b/supporttexmf/tex/luatex/lualibs/lualibs-extended.lua
@@ -31,7 +31,7 @@ lualibs = lualibs or { }
 local lualibs_extended_module = {
   name          = "lualibs-extended",
   version       = "2.68",       --TAGVERSION
-  date          = "2019-10-29", --TAGDATE
+  date          = "2019-11-05", --TAGDATE
   description   = "ConTeXt Lua libraries -- extended collection.",
   author        = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
   copyright     = "PRAGMA ADE / ConTeXt Development Team",
diff --git a/supporttexmf/tex/luatex/lualibs/lualibs.lua b/supporttexmf/tex/luatex/lualibs/lualibs.lua
index 613064d..b3043bb 100644
--- a/supporttexmf/tex/luatex/lualibs/lualibs.lua
+++ b/supporttexmf/tex/luatex/lualibs/lualibs.lua
@@ -26,7 +26,7 @@ lualibs = lualibs or { }
 lualibs.module_info = {
   name          = "lualibs",
   version       = "2.68",       --TAGVERSION
-    date        = "2019-10-29", --TAGDATE
+    date        = "2019-11-05", --TAGDATE
   description   = "ConTeXt Lua standard libraries.",
   author        = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
   copyright     = "PRAGMA ADE / ConTeXt Development Team",





More information about the latex3-commits mailing list