Skip to content

Commit

Permalink
Step version
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Mar 1, 2022
1 parent 01cefca commit aeda429
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 19 deletions.
6 changes: 3 additions & 3 deletions CTANREADME.md
@@ -1,10 +1,10 @@
# The Lualibs Package

VERSION: 2.74
VERSION: 2.75

DATE: 2021-05-20
DATE: 2022-03-01

FONTLOADERDATE: 2021-05-20
FONTLOADERDATE: 2022-03-01

Lualibs is a collection of Lua modules useful for general programming.

Expand Down
3 changes: 2 additions & 1 deletion NEWS
@@ -1,5 +1,6 @@
History of the lualibs package
Unreleased
2021/03/01 v2.75/
* sync with Context current as of 2021/03/01.
* Replace l-gzip with util-zip
2021/05/20 v2.74/
* sync with Context current as of 2021/05/20.
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
# The Lualibs Package

![Version: 2.74](https://img.shields.io/badge/current_version-2.74-blue.svg?style=flat-square)
![Date: 2021-05-20](https://img.shields.io/badge/date-2021--05--20-blue.svg?style=flat-square)
![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)
[![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)


Expand All @@ -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 2021-05-20.
<https://github.com/latex3/lualibs/> from context 2022-03-01.

Please see the documentation lualibs.pdf for more information.

Expand Down
6 changes: 3 additions & 3 deletions build.lua
@@ -1,7 +1,7 @@
-- Build script for lualibs
packageversion= "2.74"
packagedate= "2021-05-20"
fontloaderdate= "2021-05-20" -- only as record.
packageversion= "2.75"
packagedate= "2022-03-01"
fontloaderdate= "2022-03-01" -- only as record.

module = "lualibs"
ctanpkg = "lualibs"
Expand Down
18 changes: 9 additions & 9 deletions lualibs.dtx
Expand Up @@ -37,7 +37,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
\Msg{* Package: lualibs 2021-05-20 v2.74 Lua additional functions.}
\Msg{* Package: lualibs 2022-03-01 v2.75 Lua additional functions.}
\Msg{************************************************************************}

\keepsilent
Expand Down Expand Up @@ -107,7 +107,7 @@ and lualibs-extended.lua.
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{lualibs.drv}
[2021/05/20 v2.74 Lua Libraries.]
[2022/03/01 v2.75 Lua Libraries.]
\documentclass{ltxdoc}
\usepackage{fancyvrb,xspace}
\usepackage[x11names]{xcolor}
Expand Down Expand Up @@ -207,7 +207,7 @@ and lualibs-extended.lua.
% \GetFileInfo{lualibs.drv}
%
% \title{The \identifier{lualibs} package}
% \date{2021/05/20 v2.74}
% \date{2022/03/01 v2.75}
% \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\
% Philipp Gesang · \email{phg@phi-gamma.net}\\
% The \LaTeX{} Project · \email{https://github.com/latex3/lualibs/}\\
Expand Down Expand Up @@ -428,8 +428,8 @@ lualibs = lualibs or { }

lualibs.module_info = {
name = "lualibs",
version = "2.74", --TAGVERSION
date = "2021-05-20", --TAGDATE
version = "2.75", --TAGVERSION
date = "2022-03-01", --TAGDATE
description = "ConTeXt Lua standard libraries.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
Expand Down Expand Up @@ -582,8 +582,8 @@ local loadmodule = lualibs.loadmodule

local lualibs_basic_module = {
name = "lualibs-basic",
version = "2.74", --TAGVERSION
date = "2021-05-20", --TAGDATE
version = "2.75", --TAGVERSION
date = "2022-03-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",
Expand Down Expand Up @@ -664,8 +664,8 @@ lualibs = lualibs or { }

local lualibs_extended_module = {
name = "lualibs-extended",
version = "2.74", --TAGVERSION
date = "2021-05-20", --TAGDATE
version = "2.75", --TAGVERSION
date = "2022-03-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",
Expand Down

0 comments on commit aeda429

Please sign in to comment.