diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-24 22:12:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-24 22:12:49 +0000 |
commit | 28ce99e6ad7fc066bae92899fa880557fb85b35a (patch) | |
tree | c6057c4c24337762c24bb5e4cc36ea37d247ff68 /Master/texmf-dist/tex/latex/fontspec/fontspec.lua | |
parent | 6ce7a289e11addd60648c7e43493ae946a1f2d73 (diff) |
fontspec (24jan19)
git-svn-id: svn://tug.org/texlive/trunk@49809 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fontspec/fontspec.lua')
-rw-r--r-- | Master/texmf-dist/tex/latex/fontspec/fontspec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/fontspec/fontspec.lua b/Master/texmf-dist/tex/latex/fontspec/fontspec.lua index a3b2cebcf69..e67eed16e82 100644 --- a/Master/texmf-dist/tex/latex/fontspec/fontspec.lua +++ b/Master/texmf-dist/tex/latex/fontspec/fontspec.lua @@ -23,8 +23,8 @@ fontspec = fontspec or {} local fontspec = fontspec fontspec.module = { name = "fontspec", - version = "2.6l", - date = "2019/01/18", + version = "2.7", + date = "2019/01/24", description = "Font selection for XeLaTeX and LuaLaTeX", author = "Khaled Hosny, Philipp Gesang, Will Robertson", copyright = "Khaled Hosny, Philipp Gesang, Will Robertson", |