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 | 8 |
1 files changed, 3 insertions, 5 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 c7987f43006..a176d86fde3 100644 --- a/Master/texmf-dist/tex/latex/l3experimental/l3str/l3tl-build.sty +++ b/Master/texmf-dist/tex/latex/l3experimental/l3str/l3tl-build.sty @@ -19,8 +19,8 @@ %% and all files in that bundle must be distributed together. %% %% File: l3tl-build.dtx Copyright (C) 2011-2017 The LaTeX3 Project -\RequirePackage{expl3}[2017/03/18] -\@ifpackagelater{expl3}{2017/03/18} +\RequirePackage{expl3}[2017/04/01] +\@ifpackagelater{expl3}{2017/04/01} {} {% \PackageError{l3tl-build}{Support package l3kernel too old} @@ -32,9 +32,7 @@ }% \endinput } -\def\ExplFileDate{2017/03/18} -\def\ExplFileVersion{7019} -\ProvidesExplPackage{l3tl-build}{\ExplFileDate}{\ExplFileVersion} +\ProvidesExplPackage{l3tl-build}{2017/04/01}{} {L3 Experimental token list construction} \int_new:N \l__tl_build_start_index_int \int_new:N \l__tl_build_index_int |