summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-07-14 20:15:04 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-07-14 20:15:04 +0200
commitbed6a8f91d263c155072adaa865416279b9d58b0 (patch)
tree03e12a94d04d3b53da755996dbfba47f1358f3cb /tex/context/base/font-mis.lua
parentd72fa857ab6689175c7bce5e736a6730b0aea490 (diff)
downloadcontext-bed6a8f91d263c155072adaa865416279b9d58b0.tar.gz
2014-07-14 19:28: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 de43c08a9..077baeaba 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.757
+otf.version = otf.version or 2.758
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)