diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3experimental/l3str/l3tl-build.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3experimental/l3str/l3tl-build.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/l3experimental/l3str/l3tl-build.sty b/Master/texmf-dist/tex/latex/l3experimental/l3str/l3tl-build.sty index 6c616526412..c7987f43006 100644 --- a/Master/texmf-dist/tex/latex/l3experimental/l3str/l3tl-build.sty +++ b/Master/texmf-dist/tex/latex/l3experimental/l3str/l3tl-build.sty @@ -18,9 +18,9 @@ %% This file is part of the "l3experimental bundle" (The Work in LPPL) %% and all files in that bundle must be distributed together. %% -%% File: l3tl-build.dtx Copyright (C) 2011-2016 The LaTeX3 Project -\RequirePackage{expl3}[2017/03/11] -\@ifpackagelater{expl3}{2017/03/11} +%% File: l3tl-build.dtx Copyright (C) 2011-2017 The LaTeX3 Project +\RequirePackage{expl3}[2017/03/18] +\@ifpackagelater{expl3}{2017/03/18} {} {% \PackageError{l3tl-build}{Support package l3kernel too old} @@ -32,10 +32,10 @@ }% \endinput } -\GetIdInfo$Id: l3tl-build.dtx 6988 2017-03-11 15:52:21Z joseph $ +\def\ExplFileDate{2017/03/18} +\def\ExplFileVersion{7019} +\ProvidesExplPackage{l3tl-build}{\ExplFileDate}{\ExplFileVersion} {L3 Experimental token list construction} -\ProvidesExplPackage - {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} \int_new:N \l__tl_build_start_index_int \int_new:N \l__tl_build_index_int \tl_new:N \l__tl_build_result_tl |