diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-04 11:49:12 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-04 11:49:12 +0200 |
commit | 21b1fb201a2fd9f058c1fee24dbd29df1debe6f7 (patch) | |
tree | 6c441a4a3f0b9eedaca9caf5bb0302cc12af95e2 /luaotfload-features.lua | |
parent | ae1b47cb7dbf4ed21129cbf1116865b63a87b95e (diff) | |
download | luaotfload-21b1fb201a2fd9f058c1fee24dbd29df1debe6f7.tar.gz |
bump version; add/update attributions
Diffstat (limited to 'luaotfload-features.lua')
-rw-r--r-- | luaotfload-features.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/luaotfload-features.lua b/luaotfload-features.lua index 0bdd16f..0665804 100644 --- a/luaotfload-features.lua +++ b/luaotfload-features.lua @@ -1,7 +1,7 @@ if not modules then modules = { } end modules ["features"] = { - version = 1.000, + version = 2.200, comment = "companion to luaotfload.lua", - author = "Hans Hagen, PRAGMA-ADE, Hasselt NL", + author = "Hans Hagen, Khaled Hosny, Elie Roux, Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", license = "see context related readme files" } |