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 13:15:04 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-07-14 13:15:04 +0200
commitd72fa857ab6689175c7bce5e736a6730b0aea490 (patch)
treef454b4c7da8cd3f0ca5da07b487578df1cef0788 /tex/context/base/font-mis.lua
parentb707604d6f165b803831d20654724c8f129d4700 (diff)
downloadcontext-d72fa857ab6689175c7bce5e736a6730b0aea490.tar.gz
2014-07-14 12:40: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 8debcc3bb..de43c08a9 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.756
+otf.version = otf.version or 2.757
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)