summaryrefslogtreecommitdiff
path: root/src/luaotfload-tool.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-07-24 22:09:47 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-07-24 22:09:47 +0200
commit04dc6c632f7bc85b48d12af695392fb5e4d0faef (patch)
tree0deffce478b3fa6190759cae39529742332162d2 /src/luaotfload-tool.lua
parent6239927296788b960d2e7561e51f373725815d19 (diff)
downloadluaotfload-04dc6c632f7bc85b48d12af695392fb5e4d0faef.tar.gz
[*] bump versionv2.5-fix-2
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 89f5483..754f5c7 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-16 19:45:40+0200
+-- MODIFIED: 2014-07-24 22:07:35+0200
-----------------------------------------------------------------------
luaotfload = luaotfload or { }
-local version = "2.5-1" --- <int: major>.<int: minor>-<int: fixes>
+local version = "2.5-2" --- <int: major>.<int: minor>-<int: fixes>
luaotfload.version = version
luaotfload.self = "luaotfload-tool"