diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-24 22:20:47 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-24 22:20:47 +0200 |
commit | 7c5c912858ba4b6ebd9d7f4f2e3bfa06171f6886 (patch) | |
tree | ab8d0b2ac65a98d2c21e321a78bfbee5f29f8609 /src/luaotfload-main.lua | |
parent | 4482773d1e4bfc0105b478f7c0bfb8c5480af8a0 (diff) | |
parent | eb9d41d52ea5168284472a7290bce7a579ba1794 (diff) | |
download | luaotfload-7c5c912858ba4b6ebd9d7f4f2e3bfa06171f6886.tar.gz |
Merge pull request #238 from phi-gamma/master
2.5-2 / config dumper
Diffstat (limited to 'src/luaotfload-main.lua')
-rw-r--r-- | src/luaotfload-main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua index 0d81abb..773a3cf 100644 --- a/src/luaotfload-main.lua +++ b/src/luaotfload-main.lua @@ -4,7 +4,7 @@ -- REQUIREMENTS: luatex v.0.79 or later; packages lualibs, luatexbase -- AUTHOR: Élie Roux, Khaled Hosny, Philipp Gesang -- VERSION: same as Luaotfload --- MODIFIED: 2014-07-16 19:48:30+0200 +-- MODIFIED: 2014-07-24 22:08:34+0200 ----------------------------------------------------------------------- -- --- Note: @@ -48,7 +48,7 @@ local initial_log_level = 0 luaotfload = luaotfload or { } local luaotfload = luaotfload luaotfload.log = luaotfload.log or { } -luaotfload.version = "2.5-1" -- FIXME version belongs in common init +luaotfload.version = "2.5-2" -- FIXME version belongs in common init luaotfload.module = { name = "luaotfload-main", |