summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-01-23 15:40:18 +0200
committerMarius <mariausol@gmail.com>2013-01-23 15:40:18 +0200
commit2621e54b0510df700d50bfca4b1606ae6a2a569e (patch)
tree09e119320ecdd017d207319e8ecc96ed7338ae33 /tex/context/base/font-mis.lua
parent8114597629901975313c670cf46e374e8052cd52 (diff)
downloadcontext-2621e54b0510df700d50bfca4b1606ae6a2a569e.tar.gz
beta 2013.01.23 14:04
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 cfef770d7..247b0f641 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.740
+otf.version = otf.version or 2.741
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)