[latex3-commits] [git/LaTeX3-latex3-lualibs] new-libs: Update dates (783064a)

Marcel Fabian Krüger tex at 2krueger.de
Sat Mar 12 14:20:02 CET 2022


Repository : https://github.com/latex3/lualibs
On branch  : new-libs
Link       : https://github.com/latex3/lualibs/commit/783064a3f12ca9b2902502fedd92908afe02bbb7

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

commit 783064a3f12ca9b2902502fedd92908afe02bbb7
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sat Mar 12 14:20:02 2022 +0100

    Update dates


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

783064a3f12ca9b2902502fedd92908afe02bbb7
 CTANREADME.md |  4 ++--
 NEWS          |  4 ++--
 README.md     |  4 ++--
 build.lua     |  4 ++--
 lualibs.dtx   | 12 ++++++------
 5 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/CTANREADME.md b/CTANREADME.md
index 215ebe0..8e9dc57 100644
--- a/CTANREADME.md
+++ b/CTANREADME.md
@@ -2,9 +2,9 @@
 
 VERSION: 2.75
 
-DATE: 2022-03-01
+DATE: 2022-03-12
 
-FONTLOADERDATE: 2022-03-01
+FONTLOADERDATE: 2022-03-12
 
 Lualibs is a collection of Lua modules useful for general programming.
 
diff --git a/NEWS b/NEWS
index f179c76..b6dc692 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                         History of the lualibs package
-2021/03/01 v2.75/
-    * sync with Context current as of 2021/03/01.
+2021/03/12 v2.75/
+    * sync with Context current as of 2021/03/12.
     * add util-sac
     * Replace l-gzip with util-zip
 
diff --git a/README.md b/README.md
index a0ca6e9..e527831 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # The Lualibs Package
 
 ![Version: 2.75](https://img.shields.io/badge/current_version-2.75-blue.svg?style=flat-square)
-![Date: 2022-03-01](https://img.shields.io/badge/date-2022--03--01-blue.svg?style=flat-square)
+![Date: 2022-03-12](https://img.shields.io/badge/date-2022--03--12-blue.svg?style=flat-square)
 [![License: GNU GPLv2](https://img.shields.io/badge/license-GNU_GPLv2-blue.svg?style=flat-square)](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
 
 
@@ -15,7 +15,7 @@ This package has been developed by the LuaLaTeX development team on
 <http://github.com/lualatex/lualibs>. 
 
 The current version has been build by the LaTeX3 Project Team on
-<https://github.com/latex3/lualibs/> from context 2022-03-01. 
+<https://github.com/latex3/lualibs/> from context 2022-03-12. 
 
 Please see the documentation lualibs.pdf for more information.
 
diff --git a/build.lua b/build.lua
index 0b51821..10869e2 100644
--- a/build.lua
+++ b/build.lua
@@ -1,7 +1,7 @@
 -- Build script for lualibs
 packageversion= "2.75"
-packagedate= "2022-03-01"
-fontloaderdate= "2022-03-01" -- only as record.
+packagedate= "2022-03-12"
+fontloaderdate= "2022-03-12" -- only as record.
 
 module   = "lualibs"
 ctanpkg  = "lualibs"
diff --git a/lualibs.dtx b/lualibs.dtx
index 000fa18..4061d8b 100644
--- a/lualibs.dtx
+++ b/lualibs.dtx
@@ -37,7 +37,7 @@
 \input docstrip.tex
 \Msg{************************************************************************}
 \Msg{* Installation}
-\Msg{* Package: lualibs 2022-03-01 v2.75 Lua additional functions.}
+\Msg{* Package: lualibs 2022-03-12 v2.75 Lua additional functions.}
 \Msg{************************************************************************}
 
 \keepsilent
@@ -107,7 +107,7 @@ and lualibs-extended.lua.
 %<*driver>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{lualibs.drv}
-  [2022/03/01 v2.75 Lua Libraries.]
+  [2022/03/12 v2.75 Lua Libraries.]
 \documentclass{ltxdoc}
 \usepackage{fancyvrb,xspace}
 \usepackage[x11names]{xcolor}
@@ -207,7 +207,7 @@ and lualibs-extended.lua.
 % \GetFileInfo{lualibs.drv}
 %
 % \title{The \identifier{lualibs} package}
-% \date{2022/03/01 v2.75}
+% \date{2022/03/12 v2.75}
 % \author{Élie Roux      · \email{elie.roux at telecom-bretagne.eu}\\
 %         Philipp Gesang · \email{phg at phi-gamma.net}\\
 %         The \LaTeX{} Project · \email{https://github.com/latex3/lualibs/}\\
@@ -430,7 +430,7 @@ lualibs = lualibs or { }
 lualibs.module_info = {
   name          = "lualibs",
   version       = "2.75",       --TAGVERSION
-    date        = "2022-03-01", --TAGDATE
+    date        = "2022-03-12", --TAGDATE
   description   = "ConTeXt Lua standard libraries.",
   author        = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
   copyright     = "PRAGMA ADE / ConTeXt Development Team",
@@ -584,7 +584,7 @@ local loadmodule        = lualibs.loadmodule
 local lualibs_basic_module = {
   name          = "lualibs-basic",
   version       = "2.75",       --TAGVERSION
-  date          = "2022-03-01", --TAGDATE
+  date          = "2022-03-12", --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,7 +665,7 @@ lualibs = lualibs or { }
 local lualibs_extended_module = {
   name          = "lualibs-extended",
   version       = "2.75",       --TAGVERSION
-  date          = "2022-03-01", --TAGDATE
+  date          = "2022-03-12", --TAGDATE
   description   = "ConTeXt Lua libraries -- extended collection.",
   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.