diff options
author | Hans Hagen <pragma@wxs.nl> | 2021-07-02 14:01:19 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-07-02 14:01:19 +0200 |
commit | c6ae1bb6230894346094364eb08d3aca0efdea9a (patch) | |
tree | fa68628b63f340cb6c3b27b534e42584ae7de782 /scripts | |
parent | af3da9d9f5ae4c2320d042080b4ff9d7d3460314 (diff) | |
download | context-c6ae1bb6230894346094364eb08d3aca0efdea9a.tar.gz |
2021-07-02 13:18:00
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-fonts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-fonts.lua b/scripts/context/lua/mtx-fonts.lua index 3f3125c10..62212a10e 100644 --- a/scripts/context/lua/mtx-fonts.lua +++ b/scripts/context/lua/mtx-fonts.lua @@ -16,7 +16,7 @@ local lower = string.lower local concat = table.concat local write_nl = (logs and logs.writer) or (texio and texio.write_nl) or print -local otlversion = 3.117 +local otlversion = 3.118 local helpinfo = [[ <?xml version="1.0"?> |