summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-06-13 10:15:03 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-06-13 10:15:03 +0200
commitbafe29de59fdc2a37922e198aebc9b04f518f152 (patch)
tree0712e772ffb501f01c36ad58f2f2761c38dc0322 /tex/context/base/font-mis.lua
parentc727ed7331960718681fa4222bec81fb577b56fb (diff)
downloadcontext-bafe29de59fdc2a37922e198aebc9b04f518f152.tar.gz
2015-06-13 09:54: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 5169dd4e1..9fe6e224f 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.814
+otf.version = otf.version or 2.815
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
local fontloader = fontloader