diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-11 21:09:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-11 21:09:40 +0000 |
commit | ebcfbe594744d1aee8941b4036473bd9941fb1fe (patch) | |
tree | 62fd1466c5497512e2c4a8c13de7afc94b5ed12b /Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua | |
parent | a1a946ff7eceabb8096d4bec23510234a240af84 (diff) |
xindex (11jun20)
git-svn-id: svn://tug.org/texlive/trunk@55516 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 0670451d026..009fad17ae5 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.24 } +local info = { version = 0.25 } -- check config if pageNoPrefixDel ~= "" then |