summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/luatex/lualibs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-05-02 21:03:20 +0000
committerKarl Berry <karl@freefriends.org>2020-05-02 21:03:20 +0000
commit151fbc4b66cb3705f6ce20368a2c6f7c06b8d57d (patch)
treead303c8ecb185757d71d19adf509a2213dba4599 /Master/texmf-dist/source/luatex/lualibs
parentbbae342b9a92bd7abbb840d473d99780fa823a75 (diff)
lualibs (2may20)
git-svn-id: svn://tug.org/texlive/trunk@54975 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex/lualibs')
-rw-r--r--Master/texmf-dist/source/luatex/lualibs/lualibs.dtx18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/luatex/lualibs/lualibs.dtx b/Master/texmf-dist/source/luatex/lualibs/lualibs.dtx
index 579982e5426..e93eaac5dfe 100644
--- a/Master/texmf-dist/source/luatex/lualibs/lualibs.dtx
+++ b/Master/texmf-dist/source/luatex/lualibs/lualibs.dtx
@@ -37,7 +37,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: lualibs 2020-02-02 v2.70 Lua additional functions.}
+\Msg{* Package: lualibs 2020-05-01 v2.71 Lua additional functions.}
\Msg{************************************************************************}
\keepsilent
@@ -107,7 +107,7 @@ and lualibs-extended.lua.
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{lualibs.drv}
- [2020/02/02 v2.70 Lua Libraries.]
+ [2020/05/01 v2.71 Lua Libraries.]
\documentclass{ltxdoc}
\usepackage{fancyvrb,xspace}
\usepackage[x11names]{xcolor}
@@ -208,7 +208,7 @@ and lualibs-extended.lua.
% \GetFileInfo{lualibs.drv}
%
% \title{The \identifier{lualibs} package}
-% \date{2020/02/02 v2.70}
+% \date{2020/05/01 v2.71}
% \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\
% Philipp Gesang · \email{phg@phi-gamma.net}\\
% The \LaTeX3 Project · \email{https://github.com/latex3/lualibs/}\\
@@ -429,8 +429,8 @@ lualibs = lualibs or { }
lualibs.module_info = {
name = "lualibs",
- version = "2.70", --TAGVERSION
- date = "2020-02-02", --TAGDATE
+ version = "2.71", --TAGVERSION
+ date = "2020-05-01", --TAGDATE
description = "ConTeXt Lua standard libraries.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
@@ -583,8 +583,8 @@ local loadmodule = lualibs.loadmodule
local lualibs_basic_module = {
name = "lualibs-basic",
- version = "2.70", --TAGVERSION
- date = "2020-02-02", --TAGDATE
+ version = "2.71", --TAGVERSION
+ date = "2020-05-01", --TAGDATE
description = "ConTeXt Lua libraries -- basic collection.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
@@ -665,8 +665,8 @@ lualibs = lualibs or { }
local lualibs_extended_module = {
name = "lualibs-extended",
- version = "2.70", --TAGVERSION
- date = "2020-02-02", --TAGDATE
+ version = "2.71", --TAGVERSION
+ date = "2020-05-01", --TAGDATE
description = "ConTeXt Lua libraries -- extended collection.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",