diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2016-04-21 07:59:47 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2016-04-21 07:59:47 +0200 |
commit | e739376d6f7f55a74ecd215f2bd3b54a30367875 (patch) | |
tree | 17a8cc6b3ad337602ff21986c14ff924cd23f723 /src/luaotfload-main.lua | |
parent | 1c93f97f4bce1b399e90f65657e95ef13434128c (diff) | |
parent | b1a1ee5d1ec8002acee2702e6dd070073e0ee0ee (diff) | |
download | luaotfload-e739376d6f7f55a74ecd215f2bd3b54a30367875.tar.gz |
Merge pull request #336 from phi-gamma/master
2.7
Diffstat (limited to 'src/luaotfload-main.lua')
-rw-r--r-- | src/luaotfload-main.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua index 92c1ff1..51a0657 100644 --- a/src/luaotfload-main.lua +++ b/src/luaotfload-main.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------------------- -- FILE: luaotfload-main.lua -- DESCRIPTION: Luaotfload entry point --- REQUIREMENTS: luatex v.0.80 or later; packages lualibs +-- REQUIREMENTS: luatex v.0.95 or later; packages lualibs -- AUTHOR: Élie Roux, Khaled Hosny, Philipp Gesang ----------------------------------------------------------------------- -- @@ -29,8 +29,8 @@ local authors = "\z luaotfload.module = { name = "luaotfload-main", - version = 2.70001, - date = "2016/04/19", + version = 2.70002, + date = "2016/04/21", description = "OpenType layout system.", author = authors, copyright = authors, |