diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-08-03 10:17:33 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-08-03 10:17:33 +0200 |
commit | ce16cb6589e9bf6793e1e978a38613ff41429784 (patch) | |
tree | a37d51c28a1c462cfa54b91093f4d87f5ff56c5a /src/luaotfload-tool.lua | |
parent | acbdbcbe9a6f186302c2c635ea316950e92eb4d1 (diff) | |
download | luaotfload-ce16cb6589e9bf6793e1e978a38613ff41429784.tar.gz |
[*] bump versionv2.5-fix-3
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 f99b47b..bb3335c 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-07-24 22:07:35+0200 +-- MODIFIED: 2014-08-03 10:14:04+0200 ----------------------------------------------------------------------- luaotfload = luaotfload or { } -local version = "2.5-2" --- <int: major>.<int: minor>-<int: fixes> +local version = "2.5-3" --- <int: major>.<int: minor>-<int: fixes> luaotfload.version = version luaotfload.self = "luaotfload-tool" |