diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-29 21:12:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-29 21:12:24 +0000 |
commit | bf1dd2cd335015e26e2858c7f7f8ef588fd36af1 (patch) | |
tree | b5a2a51d168599f5c6fcb53bf4c316e02783ef37 /Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua | |
parent | cd9cc8075fb5769a93e80e78b526e8fc0cf1a427 (diff) |
xindex (29may20)
git-svn-id: svn://tug.org/texlive/trunk@55335 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua b/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua index 4f16a9214d7..4a8ffffa35a 100644 --- a/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua +++ b/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua @@ -6,7 +6,7 @@ -- LICENSE: LPPL1.3 ----------------------------------------------------------------------- -local info = { version = 0.20 } +local info = { version = 0.21 } -- check config if pageNoPrefixDel ~= "" then |