summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-04-24 16:20:14 +0300
committerMarius <mariausol@gmail.com>2011-04-24 16:20:14 +0300
commit450e273d5438a33d75f0750ab854ef0c4d20f3b0 (patch)
treee3bb60161459b5e9cc4efc82e5798b79e35e5432 /tex/context/base/font-mis.lua
parenteb3f14321641375e3bda88163da63bbceda93f47 (diff)
downloadcontext-450e273d5438a33d75f0750ab854ef0c4d20f3b0.tar.gz
beta 2011.04.24 15:15
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 553640313..198293ba1 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.728
+otf.version = otf.version or 2.730
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)