From a9b5c8812a42ed9fc7bd6323b1185a096ecb7c0e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 19 Mar 2017 22:13:10 +0000 Subject: l3 (19mar17) git-svn-id: svn://tug.org/texlive/trunk@43548 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/l3build/l3build.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex/l3build/l3build.lua') diff --git a/Master/texmf-dist/tex/latex/l3build/l3build.lua b/Master/texmf-dist/tex/latex/l3build/l3build.lua index bfbe73e91c4..7d218d08274 100644 --- a/Master/texmf-dist/tex/latex/l3build/l3build.lua +++ b/Master/texmf-dist/tex/latex/l3build/l3build.lua @@ -23,8 +23,8 @@ for those people who are interested. --]] -- Version information: should be identical to that in l3build.dtx -release_date = "2017/03/07" -release_ver = "6984" +release_date = "2017/03/18" +release_ver = "7019" -- "module" is a deprecated function in Lua 5.2: as we want the name -- for other purposes, and it should eventually be 'free', simply @@ -1958,7 +1958,7 @@ if versionform ~= "" and not setversion_update_line then end return line end - elseif versionform == "ExplFileName" then + elseif versionform == "ExplFileDate" then function setversion_update_line(line, date, release) if string.match(line, "^\\def\\ExplFileDate{%d%d%d%d/%d%d/%d%d}$") then line = "\\def\\ExplFileDate{" .. string.gsub(date, "%-", "/") .. "}" -- cgit v1.2.3