summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-09-26 11:42:00 +0200
committerHans Hagen <pragma@wxs.nl>2014-09-26 11:42:00 +0200
commit7054433f452b0e3197c42e066eb861dc6a0e2bc6 (patch)
tree038fff2337f654014562dac18f7ec4be0b7f1a43 /tex/context/base/font-mis.lua
parentea8cd771135d573fee6529e62e08468e79b12eab (diff)
downloadcontext-7054433f452b0e3197c42e066eb861dc6a0e2bc6.tar.gz
beta 2014.09.26 11:42
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 ea7fe803a..1b50977ea 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.759
+otf.version = otf.version or 2.760
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)