summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-05-24 14:15:05 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-05-24 14:15:05 +0200
commit3e816646efde05d34564646800299790d32a2607 (patch)
treea17fd913ed3712778013f429130a85c5ab9d5fa1 /tex/context/base/font-mis.lua
parente92a01a8876eb52c54d83d54323db89a2be097aa (diff)
downloadcontext-3e816646efde05d34564646800299790d32a2607.tar.gz
2015-05-24 12:45: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 7cdd346c2..30b0303e1 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.811
+otf.version = otf.version or 2.812
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
local fontloader = fontloader