summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-10-09 11:15:08 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-10-09 11:15:08 +0200
commitab4b27ac289969d64e7d788c62f5e30eba58a903 (patch)
treefdc054af1c6dff3d6a06b1f40a1c9c3721b44d94 /tex/context/base/font-mis.lua
parentee1c809d23ce322e7946f941545f7e0fa27ae5c6 (diff)
downloadcontext-ab4b27ac289969d64e7d788c62f5e30eba58a903.tar.gz
2015-10-09 11:01: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 8219cd234..750e08ae8 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.818
+otf.version = otf.version or 2.819
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
local fontloader = fontloader