summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-07-27 20:15:05 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-07-27 20:15:05 +0200
commit840fb4a9d8351042ac6a73a3bb1ae1146fc9cbc1 (patch)
tree18f3acde560cfe4594753af86dfa39bfde1d21ba /tex/context/base/font-mis.lua
parent619d3b4f6f8f86d8ed2f67b6eadce948ba951aec (diff)
downloadcontext-840fb4a9d8351042ac6a73a3bb1ae1146fc9cbc1.tar.gz
2015-07-27 19:38: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 931c755fd..8219cd234 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.817
+otf.version = otf.version or 2.818
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
local fontloader = fontloader