summaryrefslogtreecommitdiff
path: root/src/luaotfload-main.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-main.lua
parent6239927296788b960d2e7561e51f373725815d19 (diff)
downloadluaotfload-04dc6c632f7bc85b48d12af695392fb5e4d0faef.tar.gz
[*] bump versionv2.5-fix-2
Diffstat (limited to 'src/luaotfload-main.lua')
-rw-r--r--src/luaotfload-main.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua
index 0d81abb..773a3cf 100644
--- a/src/luaotfload-main.lua
+++ b/src/luaotfload-main.lua
@@ -4,7 +4,7 @@
-- REQUIREMENTS: luatex v.0.79 or later; packages lualibs, luatexbase
-- AUTHOR: Élie Roux, Khaled Hosny, Philipp Gesang
-- VERSION: same as Luaotfload
--- MODIFIED: 2014-07-16 19:48:30+0200
+-- MODIFIED: 2014-07-24 22:08:34+0200
-----------------------------------------------------------------------
--
--- Note:
@@ -48,7 +48,7 @@ local initial_log_level = 0
luaotfload = luaotfload or { }
local luaotfload = luaotfload
luaotfload.log = luaotfload.log or { }
-luaotfload.version = "2.5-1" -- FIXME version belongs in common init
+luaotfload.version = "2.5-2" -- FIXME version belongs in common init
luaotfload.module = {
name = "luaotfload-main",