summaryrefslogtreecommitdiff
path: root/src/luaotfload-tool.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-07-16 20:09:01 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-07-16 20:09:01 +0200
commita9a61c97b8e07294a2f362d1ac39a9ece15dc999 (patch)
tree5e9f4d685412fc87278819d4f11ef1ed22feef37 /src/luaotfload-tool.lua
parent2e932fd1f0ea473255313c65425d3a6d4521298a (diff)
parent95c6d7f9eefcac7a3fd042917df15166935d690d (diff)
downloadluaotfload-a9a61c97b8e07294a2f362d1ac39a9ece15dc999.tar.gz
Merge pull request #235 from phi-gamma/master
fixes
Diffstat (limited to 'src/luaotfload-tool.lua')
-rwxr-xr-xsrc/luaotfload-tool.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua
index 4c55508..89f5483 100755
--- a/src/luaotfload-tool.lua
+++ b/src/luaotfload-tool.lua
@@ -6,11 +6,11 @@
-- AUTHOR: Khaled Hosny, Élie Roux, Philipp Gesang
-- VERSION: 2.5
-- LICENSE: GPL v2.0
--- MODIFIED: 2014-05-15 21:47:39+0200
+-- MODIFIED: 2014-07-16 19:45:40+0200
-----------------------------------------------------------------------
luaotfload = luaotfload or { }
-local version = "2.5" --- <int: major>.<int: minor>-<int: fixes>
+local version = "2.5-1" --- <int: major>.<int: minor>-<int: fixes>
luaotfload.version = version
luaotfload.self = "luaotfload-tool"