summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-10-06 01:15:04 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-10-06 01:15:04 +0200
commit0e1fbe2dcb089fd8c8de066587c860a9aae8cb61 (patch)
tree10b838a7687eebe508cc3f20bd76ceb4fded12c9 /tex/context/base/font-mis.lua
parente891b55d71c2b4139dd25f40cfe344a4899a1ef2 (diff)
downloadcontext-0e1fbe2dcb089fd8c8de066587c860a9aae8cb61.tar.gz
2014-10-06 00:31:00
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 96d240300..22f4ccc58 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.801
+otf.version = otf.version or 2.802
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)