diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-03-29 12:46:24 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-03-29 12:46:53 +0200 |
commit | f56b879cebfc6e9d1c67a8da6013777e7379c185 (patch) | |
tree | d4dbe1ffc4e5f1e342cd9c943175e2070f16300a /src/luaotfload-tool.lua | |
parent | c88c9dc41e542177cd410048c71ad6c746d8c188 (diff) | |
download | luaotfload-f56b879cebfc6e9d1c67a8da6013777e7379c185.tar.gz |
[*] bump version and date
Diffstat (limited to 'src/luaotfload-tool.lua')
-rwxr-xr-x | src/luaotfload-tool.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua index 2330aee..36c23bd 100755 --- a/src/luaotfload-tool.lua +++ b/src/luaotfload-tool.lua @@ -2,15 +2,15 @@ ----------------------------------------------------------------------- -- FILE: luaotfload-tool.lua -- DESCRIPTION: database functionality --- REQUIREMENTS: luaotfload 2.5 +-- REQUIREMENTS: luaotfload 2.6 -- AUTHOR: Khaled Hosny, Élie Roux, Philipp Gesang --- VERSION: 2.5 +-- VERSION: 2.6 -- LICENSE: GPL v2.0 --- MODIFIED: 2014-07-24 22:10:32+0200 +-- MODIFIED: 2015-03-29 12:43:00+0200 ----------------------------------------------------------------------- luaotfload = luaotfload or { } -local version = "2.5-2" --- <int: major>.<int: minor>-<int: fixes> +local version = "2.6" luaotfload.version = version luaotfload.self = "luaotfload-tool" |