summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-12-21 13:15:06 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-12-21 13:15:06 +0100
commit011d3a85e327cea95ef2796bd8f284429be99afd (patch)
treea382b460d320b0c3edc074112641f5bab098a9fe /tex/context/base/font-mis.lua
parenta9a87aa3826a570e763dc287ca0238ead2fddf6e (diff)
downloadcontext-011d3a85e327cea95ef2796bd8f284429be99afd.tar.gz
2015-12-21 12:19: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 750e08ae8..d3d733723 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.819
+otf.version = otf.version or 2.820
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
local fontloader = fontloader