summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-09-24 11:40:00 +0200
committerHans Hagen <pragma@wxs.nl>2010-09-24 11:40:00 +0200
commit1eb36c19101fc0bb7a9d2257413fb072118e47d9 (patch)
tree61a4f1c2c0008ff667d3937f3db3837914779ee2 /tex/context/base/font-mis.lua
parent43022156592c9bb4e359c03c283160de7f3b5b1c (diff)
downloadcontext-1eb36c19101fc0bb7a9d2257413fb072118e47d9.tar.gz
beta 2010.09.24 11: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 2ae60e635..911ffd3fb 100644
--- a/tex/context/base/font-mis.lua
+++ b/tex/context/base/font-mis.lua
@@ -11,7 +11,7 @@ local lower, strip = string.lower, string.strip
fonts.otf = fonts.otf or { }
-fonts.otf.version = fonts.otf.version or 2.702
+fonts.otf.version = fonts.otf.version or 2.705
fonts.otf.cache = containers.define("fonts", "otf", fonts.otf.version, true)
function fonts.otf.loadcached(filename,format,sub)