summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-09-27 15:15:04 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-09-27 15:15:04 +0200
commit88d3592cd343756d65898179a0fbae66d6418112 (patch)
treef2c1c586b6751a396a42a0caf1a63205249c3884 /tex/context/base/font-mis.lua
parentf200bf504aeaf3b54a823082c87ce22ebb31b1c9 (diff)
downloadcontext-88d3592cd343756d65898179a0fbae66d6418112.tar.gz
2014-09-27 14:48: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 d848bdca8..b934837f4 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.761
+otf.version = otf.version or 2.762
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)