summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-otl.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-01-07 17:18:53 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-01-07 17:18:53 +0100
commit91a47fa6fbfacd23d2802c41d3c908569070bdf2 (patch)
tree00a08c95ece3fceba0e24655f35934876e3f3c55 /tex/context/base/mkiv/font-otl.lua
parent6032373f72b7980d5b197eb371f1d56ecb800ee8 (diff)
downloadcontext-91a47fa6fbfacd23d2802c41d3c908569070bdf2.tar.gz
2021-01-07 16:59: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 b8e13f107..19de2bb77 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.112 -- beware: also sync font-mis.lua and in mtx-fonts
+otf.version = 3.113 -- 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)