summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-otl.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-08-24 22:18:43 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-08-24 22:18:43 +0200
commitb37069abc236fbc5fbf171dc6af0deff495a6baf (patch)
treec683e704db478ec01289d3cc6da96b8b3539365a /tex/context/base/mkiv/font-otl.lua
parent919bc064f39878b9624c6e48b4695c74608359e4 (diff)
downloadcontext-b37069abc236fbc5fbf171dc6af0deff495a6baf.tar.gz
2016-08-24 21:22: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 94f6a45c6..0662290bd 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.025 -- beware: also sync font-mis.lua and in mtx-fonts
+otf.version = 3.026 -- 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.pdfcache = containers.define("fonts", "pdf", otf.version, true)