summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/lualibs/lualibs-basic.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-05 21:36:14 +0000
committerKarl Berry <karl@freefriends.org>2019-11-05 21:36:14 +0000
commit9e63b55e701a371d05992e63c3bb88c3b574ad76 (patch)
tree308b1549e0e231a7763604d9d64aa7273d8023d5 /Master/texmf-dist/tex/luatex/lualibs/lualibs-basic.lua
parentbc37372594a99affc612160cc16daec4df3079a0 (diff)
lualibs (5nov19)
git-svn-id: svn://tug.org/texlive/trunk@52648 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/lualibs/lualibs-basic.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/lualibs/lualibs-basic.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/luatex/lualibs/lualibs-basic.lua b/Master/texmf-dist/tex/luatex/lualibs/lualibs-basic.lua
index a3092708957..ba6cc25cdbc 100644
--- a/Master/texmf-dist/tex/luatex/lualibs/lualibs-basic.lua
+++ b/Master/texmf-dist/tex/luatex/lualibs/lualibs-basic.lua
@@ -29,8 +29,8 @@ local loadmodule = lualibs.loadmodule
local lualibs_basic_module = {
name = "lualibs-basic",
- version = "2.67", --TAGVERSION
- date = "2019-08-11", --TAGDATE
+ version = "2.68", --TAGVERSION
+ 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",
@@ -40,11 +40,11 @@ local lualibs_basic_module = {
local loaded = false --- track success of package loading
if lualibs.prefer_merged then
- info"Loading merged package for collection ^^e2^^80^^9cbasic^^e2^^80^^9d."
+ info"Loading merged package for collection “basic”."
loaded = loadmodule('lualibs-basic-merged.lua')
else
info"Ignoring merged packages."
- info"Falling back to individual libraries from collection ^^e2^^80^^9cbasic^^e2^^80^^9d."
+ info"Falling back to individual libraries from collection “basic”."
end