summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-10-02 23:15:04 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-10-02 23:15:04 +0200
commitb7b69c20fae6b104e134dae90ac34a35221b82ed (patch)
tree65bc6bec2c952cf4f8569d772ef4ab6297aa8597 /tex/context/base/font-mis.lua
parent88d3592cd343756d65898179a0fbae66d6418112 (diff)
downloadcontext-b7b69c20fae6b104e134dae90ac34a35221b82ed.tar.gz
2014-10-02 23:09: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 b934837f4..96d240300 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.762
+otf.version = otf.version or 2.801
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)