summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-07-09 16:15:05 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-07-09 16:15:05 +0200
commitd7b51cfffa3d797c9a19d6cf5366150bcf032554 (patch)
treebafdf991019b3a94835b4593ca7973cdeab2bcde /tex/context/base/font-mis.lua
parentdc7195d9c40c947f61bd001635de6e8b2cb99167 (diff)
downloadcontext-d7b51cfffa3d797c9a19d6cf5366150bcf032554.tar.gz
2015-07-09 15:25:00
Diffstat (limited to 'tex/context/base/font-mis.lua')
-rw-r--r--tex/context/base/font-mis.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-mis.lua b/tex/context/base/font-mis.lua
index d573750a4..931c755fd 100644
--- a/tex/context/base/font-mis.lua
+++ b/tex/context/base/font-mis.lua
@@ -22,7 +22,7 @@ local handlers = fonts.handlers
handlers.otf = handlers.otf or { }
local otf = handlers.otf
-otf.version = otf.version or 2.816
+otf.version = otf.version or 2.817
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
local fontloader = fontloader