summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-09-06 15:20:14 +0300
committerMarius <mariausol@gmail.com>2011-09-06 15:20:14 +0300
commit311faa1da1996add3764a3662e3273276bf8a213 (patch)
tree616bc1714c4329091d716e4654d7afdb5bc868a9 /tex/context/base/font-mis.lua
parentbacc6b247ea105554e09ff5071211bc5366c4e39 (diff)
downloadcontext-311faa1da1996add3764a3662e3273276bf8a213.tar.gz
beta 2011.09.06 14:02
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 b3147ede3..fdb44bb12 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.733
+otf.version = otf.version or 2.735
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)