summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2014-02-07 02:00:28 +0200
committerMarius <mariausol@gmail.com>2014-02-07 02:00:28 +0200
commit8c7fab57c5fd2db6b9ade5f7608add9f650c8460 (patch)
tree5c9c76a9c7c0c09508b26b77d26721b030bfff84 /tex/context/base/font-mis.lua
parent4d2068d1244e2b0949367d9cd18bfabe9d559de3 (diff)
downloadcontext-8c7fab57c5fd2db6b9ade5f7608add9f650c8460.tar.gz
beta 2014.02.07 00:57
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 75cf62dde..63cae37f3 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.750
+otf.version = otf.version or 2.751
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)