summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-07-18 15:15:04 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-07-18 15:15:04 +0200
commita8d691a06b3cb155f33b01d30c38dfed65cab28d (patch)
treedf4d2b7cc33e8a8828e8e7ce06a05a7d55b703f1 /tex/context/base/font-mis.lua
parentea87d7b4a5a50dafea3a8b93f529dc3e2af73787 (diff)
downloadcontext-a8d691a06b3cb155f33b01d30c38dfed65cab28d.tar.gz
2014-07-18 14:14: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 077baeaba..ea7fe803a 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.758
+otf.version = otf.version or 2.759
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)