summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-01-22 18:33:00 +0100
committerHans Hagen <pragma@wxs.nl>2013-01-22 18:33:00 +0100
commit9efbe1124748237636331a479d3fd28d04bf3b34 (patch)
tree56d99d287bec0cbc9f33838560043f1e9a5686c3 /tex/context/base/font-mis.lua
parentb3ab96977eee28a964a58e4c61bddac140c887f2 (diff)
downloadcontext-9efbe1124748237636331a479d3fd28d04bf3b34.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)