summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-otl.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-11-15 21:03:33 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-11-15 21:03:33 +0100
commita9eb7ca71c27fdd59cf99273adf74b17d72063b2 (patch)
treebb5c72ee61c52da8046ed81bfe4b0906cd412030 /tex/context/base/mkiv/font-otl.lua
parent87bd04a46f60bb925f6c98b7977f30441f5e8944 (diff)
downloadcontext-a9eb7ca71c27fdd59cf99273adf74b17d72063b2.tar.gz
2020-11-15 20:43:00
Diffstat (limited to 'tex/context/base/mkiv/font-otl.lua')
-rw-r--r--tex/context/base/mkiv/font-otl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/font-otl.lua b/tex/context/base/mkiv/font-otl.lua
index aff4cc8c8..e8f89b4e7 100644
--- a/tex/context/base/mkiv/font-otl.lua
+++ b/tex/context/base/mkiv/font-otl.lua
@@ -52,7 +52,7 @@ local report_otf = logs.reporter("fonts","otf loading")
local fonts = fonts
local otf = fonts.handlers.otf
-otf.version = 3.111 -- beware: also sync font-mis.lua and in mtx-fonts
+otf.version = 3.112 -- beware: also sync font-mis.lua and in mtx-fonts
otf.cache = containers.define("fonts", "otl", otf.version, true)
otf.svgcache = containers.define("fonts", "svg", otf.version, true)
otf.pngcache = containers.define("fonts", "png", otf.version, true)