diff options
author | Hans Hagen <pragma@wxs.nl> | 2021-06-07 20:24:45 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-06-07 20:24:45 +0200 |
commit | 4a4cabe9005295cfa349269ccb6e0ffa5f9d4fb3 (patch) | |
tree | 12b97e5027069dcfa1e02f4f9a2937c7e7d6f3e8 /scripts | |
parent | a9c0902d867e6e44f7503ba67ef1d1debc349b02 (diff) | |
download | context-4a4cabe9005295cfa349269ccb6e0ffa5f9d4fb3.tar.gz |
2021-06-07 20:03: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 8abfee0cb..3f3125c10 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.116 +local otlversion = 3.117 local helpinfo = [[ <?xml version="1.0"?> |