summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-08-07 15:40:24 +0300
committerMarius <mariausol@gmail.com>2013-08-07 15:40:24 +0300
commit59e188b96de531e50d10b4a3a6fa6d0c941adf24 (patch)
treee8b23a8d401e111e6203b88171c886505dd686e6 /tex/context/base/font-mis.lua
parent0a1d66e9356ae4676438c7e1865d71331437e412 (diff)
downloadcontext-59e188b96de531e50d10b4a3a6fa6d0c941adf24.tar.gz
beta 2013.08.07 14:40
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 87dea321b..0796356c4 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.744
+otf.version = otf.version or 2.745
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)