summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-07-03 15:15:05 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-07-03 15:15:05 +0200
commit6d60c7dc7fbd0b15d205c16ac47dcb8efaefe772 (patch)
tree3e28efb0e65ac9519a9754b89f9fb76bffa7db71 /tex/context/base/font-mis.lua
parent8e8dd7540025b45c0fcb5687bcfeb12928b74426 (diff)
downloadcontext-6d60c7dc7fbd0b15d205c16ac47dcb8efaefe772.tar.gz
2014-07-03 14: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 7385d6f31..8debcc3bb 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.755
+otf.version = otf.version or 2.756
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)