summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-02-07 00:57:00 +0100
committerHans Hagen <pragma@wxs.nl>2014-02-07 00:57:00 +0100
commitb1d9ab946dc387c58a5575a360754fa04ebcad42 (patch)
treec24d14ddd03c9d3a07ff07ab0aa892a4a383de16 /tex/context/base/font-mis.lua
parent75187f49bdc208a3cdc86bbaf701d7cf409869a7 (diff)
downloadcontext-b1d9ab946dc387c58a5575a360754fa04ebcad42.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)