diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-31 22:21:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-31 22:21:29 +0000 |
commit | 282b205252b84c03241bf105856617f4fff26303 (patch) | |
tree | 1b739a163bbaa0ac4efbb6bc7aefee46a9c85e17 /Master/texmf-dist/scripts | |
parent | f4cb53e91eca62dd0d0d146ba96042a7436fee6c (diff) |
xindex (31oct19)
git-svn-id: svn://tug.org/texlive/trunk@52587 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/xindex/xindex.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/xindex/xindex.lua b/Master/texmf-dist/scripts/xindex/xindex.lua index 8183b32bb5d..8ab76b494d3 100755 --- a/Master/texmf-dist/scripts/xindex/xindex.lua +++ b/Master/texmf-dist/scripts/xindex/xindex.lua @@ -8,7 +8,7 @@ ----------------------------------------------------------------------- xindex = xindex or { } - local version = 0.18 + local version = 0.19 xindex.version = version --xindex.self = "xindex" |