summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-otl.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2019-04-16 09:53:19 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2019-04-16 09:53:19 +0200
commit32e6c720c4f84f112596c6b4a75193f99e9be158 (patch)
tree9a673cc26aa02f8a9e74d18fc821fb5f3cda5380 /tex/context/base/mkiv/font-otl.lua
parentba81502d685bdba367e2a8f0bdff0f8ecc0cf7f6 (diff)
downloadcontext-32e6c720c4f84f112596c6b4a75193f99e9be158.tar.gz
2019-04-16 09:02: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 6e0939e76..bba7bcb64 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.107 -- beware: also sync font-mis.lua and in mtx-fonts
+otf.version = 3.108 -- 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)