summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-06-12 10:15:04 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-06-12 10:15:04 +0200
commitc727ed7331960718681fa4222bec81fb577b56fb (patch)
treee90818d7ead83f08561f6c89396e1f5f1074b157 /tex/context/base/font-mis.lua
parent3e816646efde05d34564646800299790d32a2607 (diff)
downloadcontext-c727ed7331960718681fa4222bec81fb577b56fb.tar.gz
2015-06-12 10:08: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 30b0303e1..5169dd4e1 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.812
+otf.version = otf.version or 2.814
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
local fontloader = fontloader