summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-01-22 20:00:20 +0200
committerMarius <mariausol@gmail.com>2013-01-22 20:00:20 +0200
commit8114597629901975313c670cf46e374e8052cd52 (patch)
treeedcbc03c6b2f611655df9624639ea1bc49f2d1f6 /tex/context/base/font-mis.lua
parent4d27cc671b4add8a51b6e8196512625419b4080a (diff)
downloadcontext-8114597629901975313c670cf46e374e8052cd52.tar.gz
beta 2013.01.22 18:33
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 c103d57d5..cfef770d7 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.738
+otf.version = otf.version or 2.740
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)