diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-25 22:24:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-25 22:24:10 +0000 |
commit | 060abea21b37d957e4915ef17fa193b84e9764bc (patch) | |
tree | da4439b9322edac9c187720e86c960829684cbfa /Master/texmf-dist/tex/latex/fontspec/fontspec.lua | |
parent | bfea31280bebe65648d90b3ad63dcfb6c0e2e8a2 (diff) |
fontspec (25jan20)
git-svn-id: svn://tug.org/texlive/trunk@53547 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 62f646d421b..85797603ca2 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.7f", - date = "2020/01/24", + version = "2.7g", + date = "2020/01/26", description = "Font selection for XeLaTeX and LuaLaTeX", author = "Khaled Hosny, Philipp Gesang, Will Robertson", copyright = "Khaled Hosny, Philipp Gesang, Will Robertson", |