summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-11-14 14:40:30 +0200
committerMarius <mariausol@gmail.com>2013-11-14 14:40:30 +0200
commit5bf73f24d793208dfa7cc1a83aa0ad5227e46fb3 (patch)
tree39b550f4c90f67df51066f799fe416695a1774d9 /tex/context/base/font-mis.lua
parent38c50eb10fe05d768a982123b5542223dcddd828 (diff)
downloadcontext-5bf73f24d793208dfa7cc1a83aa0ad5227e46fb3.tar.gz
beta 2013.11.14 13:34
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 6b6789481..5ac9d671c 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.747
+otf.version = otf.version or 2.748
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)