summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-09-26 12:15:03 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-09-26 12:15:03 +0200
commit7b6c6ddcc6dd3d71cc41454b5485982e66070a16 (patch)
tree79ea85a3a1a8093ff73f8bd3689c6735695ef71d /tex/context/base/font-mis.lua
parentf7ecbf1b2c879f004c9276d5cec634814d78b576 (diff)
downloadcontext-7b6c6ddcc6dd3d71cc41454b5485982e66070a16.tar.gz
2014-09-26 11:44: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 ea7fe803a..1b50977ea 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.759
+otf.version = otf.version or 2.760
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)