summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-05-10 15:40:21 +0300
committerMarius <mariausol@gmail.com>2013-05-10 15:40:21 +0300
commit7255cf2df5467e43c2f688419d638cedb349baef (patch)
treeede7862886236853f233d6879bf7c874dcded97f /tex/context/base/font-mis.lua
parentc63e7aab132c6c3c4babc672ef61112742478ecd (diff)
downloadcontext-7255cf2df5467e43c2f688419d638cedb349baef.tar.gz
beta 2013.05.10 14:22
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 c22548ac5..83df65341 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.742
+otf.version = otf.version or 2.743
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)