summaryrefslogtreecommitdiff
path: root/tex/context/base/font-mis.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2014-01-07 16:40:22 +0200
committerMarius <mariausol@gmail.com>2014-01-07 16:40:22 +0200
commit5226686f1a384404da122effff2d5eb8d4519711 (patch)
tree52c9fb30ace5b3897d27d0adfff85f1c70df4b14 /tex/context/base/font-mis.lua
parentff54944f72aa8a402a330a82e847c9c19fba5f24 (diff)
downloadcontext-5226686f1a384404da122effff2d5eb8d4519711.tar.gz
beta 2014.01.07 15:19
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 e1d1ebeb9..75cf62dde 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.749
+otf.version = otf.version or 2.750
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)