diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/font-mis.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/font-mis.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/font-mis.lua b/Master/texmf-dist/tex/context/base/mkiv/font-mis.lua index 06bf2204928..b50da5417ad 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/font-mis.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/font-mis.lua @@ -21,7 +21,7 @@ local readers = otf.readers if readers then - otf.version = otf.version or 3.018 + otf.version = otf.version or 3.019 otf.cache = otf.cache or containers.define("fonts", "otl", otf.version, true) function fonts.helpers.getfeatures(name,save) |