summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-08-02 23:01:03 +0300
committerMarius <mariausol@gmail.com>2013-08-02 23:01:03 +0300
commit1af3de21e3d70133c5c9b1898256b41c3515b66a (patch)
tree35a5c0f5a87e79313a04543a99b0c00c2730adf7 /tex/context/base/font-mis.lua
parentba8b379386b98e715a7ec8b6f2d0c6f31ea446c5 (diff)
downloadcontext-1af3de21e3d70133c5c9b1898256b41c3515b66a.tar.gz
beta 2013.08.02 21:57
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 83df65341..87dea321b 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.743
+otf.version = otf.version or 2.744
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)