diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-20 03:44:07 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-20 03:44:07 -0700 |
commit | 24caa705787b2b8259d47392483c188759b41226 (patch) | |
tree | 0a1230419653399d3345b9501383dc167f27e57d /luaotfload-extralibs.lua | |
parent | bbf301d77998b97a4bfbb9644bcaaea4a77c62a6 (diff) | |
parent | 166b74a41e2ff61a7f09846081c474872a799d20 (diff) | |
download | luaotfload-24caa705787b2b8259d47392483c188759b41226.tar.gz |
Merge pull request #83 from phi-gamma/master
v2.2c
Diffstat (limited to 'luaotfload-extralibs.lua')
-rw-r--r-- | luaotfload-extralibs.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-extralibs.lua b/luaotfload-extralibs.lua index 1e0d85a..ddf3694 100644 --- a/luaotfload-extralibs.lua +++ b/luaotfload-extralibs.lua @@ -1,5 +1,5 @@ if not modules then modules = { } end modules ["extralibs"] = { - version = 2.200, + version = 2.201, comment = "companion to luaotfload.lua", author = "Hans Hagen, Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", |