summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-04-13 10:40:15 +0300
committerMarius <mariausol@gmail.com>2011-04-13 10:40:15 +0300
commit930f95164ea82514ff24bf71c6baddd40a569766 (patch)
treeafb4207c4831a30390a0e2f2c76354dd583da27f /tex/context/base/font-mis.lua
parent2721c3d0c46d65ee01f935ddd959abdd53212377 (diff)
downloadcontext-930f95164ea82514ff24bf71c6baddd40a569766.tar.gz
beta 2011.04.13 09:23
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 3de1cd30d..6d67e70f6 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.722
+otf.version = otf.version or 2.727
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)