summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-09-27 13:15:03 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-09-27 13:15:03 +0200
commitf200bf504aeaf3b54a823082c87ce22ebb31b1c9 (patch)
treeb0fc8c1df1be90a532a96e50276264428d5a53b0 /tex/context/base/font-mis.lua
parent7b6c6ddcc6dd3d71cc41454b5485982e66070a16 (diff)
downloadcontext-f200bf504aeaf3b54a823082c87ce22ebb31b1c9.tar.gz
2014-09-27 12:10: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 1b50977ea..d848bdca8 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.760
+otf.version = otf.version or 2.761
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)