summaryrefslogtreecommitdiff
path: root/src/luaotfload-tool.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-08-10 23:15:22 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-08-10 23:15:22 +0200
commitfa525b6b60f23a95f550aa737d07b9919720e7fc (patch)
tree244950e7a5072e324cda6a5b4e4bccd95b00e789 /src/luaotfload-tool.lua
parentb94df6f9a869eb0bf705229246f19ec1fc2c43b1 (diff)
downloadluaotfload-fa525b6b60f23a95f550aa737d07b9919720e7fc.tar.gz
[*] bump versionv2.5-fix-4
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 bb3335c..8a65298 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-08-03 10:14:04+0200
+-- MODIFIED: 2014-08-10 23:13:18+0200
-----------------------------------------------------------------------
luaotfload = luaotfload or { }
-local version = "2.5-3" --- <int: major>.<int: minor>-<int: fixes>
+local version = "2.5-4" --- <int: major>.<int: minor>-<int: fixes>
luaotfload.version = version
luaotfload.self = "luaotfload-tool"