summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3packages/xfp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-09 22:51:05 +0000
committerKarl Berry <karl@freefriends.org>2017-04-09 22:51:05 +0000
commitfb68869e1920f0aabf41343b670279f0be3bb054 (patch)
tree175d01a8cfb871160d931f41c90fb24fb74d643a /Master/texmf-dist/tex/latex/l3packages/xfp
parent4978fc50e9868db202f4b51324b37a4f2e201f1e (diff)
l3
git-svn-id: svn://tug.org/texlive/trunk@43727 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages/xfp')
-rw-r--r--Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty8
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty b/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty
index 13a6bf6baf3..6d1e87919e3 100644
--- a/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty
+++ b/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty
@@ -19,8 +19,8 @@
%% and all files in that bundle must be distributed together.
%%
%% File: xfp.dtx (C) Copyright 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{xfpu}{Support package l3kernel too old}
@@ -33,9 +33,7 @@
\endinput
}
\RequirePackage{xparse}
-\def\ExplFileDate{2017/03/18}
-\def\ExplFileVersion{7019}
-\ProvidesExplPackage{xfp}{\ExplFileDate}{\ExplFileVersion}
+\ProvidesExplPackage{xfp}{2017/04/01}{}
{L3 Floating point unit}
\NewExpandableDocumentCommand \fpeval { m } { \fp_eval:n {#1} }
%%