diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-21 23:34:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-21 23:34:25 +0000 |
commit | c615296cb3fb6bf46114cf3deb409b0134498006 (patch) | |
tree | 47744d5018fb06a4bab35ba37d86539878753ea8 /Master/texmf-dist/tex/latex/l3build/l3build.lua | |
parent | 9ec5a0dd78d3a039a20d046c083e33a1e52cb377 (diff) |
l3build (21feb18)
git-svn-id: svn://tug.org/texlive/trunk@46706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3build/l3build.lua')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3build/l3build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/l3build/l3build.lua b/Master/texmf-dist/tex/latex/l3build/l3build.lua index 947079b6e9f..10447196710 100644 --- a/Master/texmf-dist/tex/latex/l3build/l3build.lua +++ b/Master/texmf-dist/tex/latex/l3build/l3build.lua @@ -23,7 +23,7 @@ for those people who are interested. --]] -- Version information -release_date = "2018/01/27" +release_date = "2018/02/20" -- File operations are aided by the LuaFileSystem module local lfs = require("lfs") |