diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-24 20:54:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-24 20:54:22 +0000 |
commit | a376a4dd47279e493eb5c5b3130ccf92598b1504 (patch) | |
tree | 03a24e342883e6d4572f02dd3dfb6c08f78fe721 /Build | |
parent | 9b56d03fb7b3241bc831b04e814e4f4b0218efe7 (diff) |
l3 (24feb22)
git-svn-id: svn://tug.org/texlive/trunk@62165 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 9c811c3fc87..744f7628b8c 100644 --- a/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua +++ b/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua @@ -2,7 +2,7 @@ --[[ -File l3build.lua Copyright (C) 2014-2021 The LaTeX Project +File l3build.lua Copyright (C) 2014-2022 The LaTeX Project It may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this @@ -25,7 +25,7 @@ for those people who are interested. --]] -- Version information -release_date = "2021-12-14" +release_date = "2022-02-24" -- File operations are aided by the LuaFileSystem module local lfs = require("lfs") |