diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-09 23:44:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-09 23:44:31 +0000 |
commit | d58e09051eed105b7c4b93a513e0fd02ae2dfd4b (patch) | |
tree | aa46d20a14160b1e582040da11625b63fb269bd8 /Master/texmf-dist/tex/latex/fontspec/fontspec.lua | |
parent | 99faba785d6e66859a2b9ab1d49e7f3c0db491af (diff) |
fontspec (9nov17)
git-svn-id: svn://tug.org/texlive/trunk@45732 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/fontspec/fontspec.lua b/Master/texmf-dist/tex/latex/fontspec/fontspec.lua index 5b7d7fc5ad3..0ec857e73ae 100644 --- a/Master/texmf-dist/tex/latex/fontspec/fontspec.lua +++ b/Master/texmf-dist/tex/latex/fontspec/fontspec.lua @@ -22,12 +22,12 @@ fontspec = fontspec or {} local fontspec = fontspec fontspec.module = { name = "fontspec", - version = "2.6f", - date = "2017/11/05", + version = "2.6g", + date = "2017/11/09", description = "Font selection for XeLaTeX and LuaLaTeX", author = "Khaled Hosny, Philipp Gesang, Will Robertson", copyright = "Khaled Hosny, Philipp Gesang, Will Robertson", - license = "LPPL" + license = "LPPL v1.3c" } -- ^^A%% fontspec-lua.dtx -- part of FONTSPEC <wspr.io/fontspec> |