diff options
author | Karl Berry <karl@freefriends.org> | 2023-12-16 20:50:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-12-16 20:50:11 +0000 |
commit | e3025fe2f02625a6cb439b6b4226e6d535af7552 (patch) | |
tree | c49b15bad4f476b759ce3d94ce9b29f5f85949d4 /Build | |
parent | 54ebd4351ac431d68b117e0de5f94dff8b6edc75 (diff) |
l3build (16dec23)
git-svn-id: svn://tug.org/texlive/trunk@69148 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/texlive/linked_scripts/l3build/l3build.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua b/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua index e0cf232aa46..0154019cb99 100644 --- a/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua +++ b/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua @@ -9,7 +9,7 @@ LaTeX Project Public License (LPPL), either version 1.3c of this license or (at your option) any later version. The latest version of this license is in the file - http://www.latex-project.org/lppl.txt + https://www.latex-project.org/lppl.txt This file is part of the "l3build bundle" (The Work in LPPL) and all files in that bundle must be distributed together. @@ -25,7 +25,7 @@ for those people who are interested. --]] -- Version information -release_date = "2023-12-13-2" +release_date = "2023-12-15" -- File operations are aided by the LuaFileSystem module local lfs = require("lfs") |