diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-16 19:51:34 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-16 19:51:34 +0200 |
commit | c452686165c1e5233825eca0878aabb9ad4922f6 (patch) | |
tree | 1fde4031f36c7fae3ad8b13cd70d8f223d2c58c4 /src/luaotfload-tool.lua | |
parent | 2cd6d7aab3687bbfc43f1fc82da626b8c9395f27 (diff) | |
download | luaotfload-c452686165c1e5233825eca0878aabb9ad4922f6.tar.gz |
[*] bump version and datev2.5-fix-1
Hope I didn’t mess this up again …
Diffstat (limited to 'src/luaotfload-tool.lua')
-rwxr-xr-x | src/luaotfload-tool.lua | 4 |
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" |