summaryrefslogtreecommitdiff
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
parentb94df6f9a869eb0bf705229246f19ec1fc2c43b1 (diff)
downloadluaotfload-fa525b6b60f23a95f550aa737d07b9919720e7fc.tar.gz
[*] bump versionv2.5-fix-4
-rw-r--r--src/luaotfload-main.lua8
-rwxr-xr-xsrc/luaotfload-tool.lua4
-rw-r--r--src/luaotfload.sty2
3 files changed, 7 insertions, 7 deletions
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua
index 0b32dbb..ed88f79 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-08-03 10:13:55+0200
+-- MODIFIED: 2014-08-10 23:12:07+0200
-----------------------------------------------------------------------
--
--- Note:
@@ -48,12 +48,12 @@ local initial_log_level = 0
luaotfload = luaotfload or { }
local luaotfload = luaotfload
luaotfload.log = luaotfload.log or { }
-luaotfload.version = "2.5-3" -- FIXME version belongs in common init
+luaotfload.version = "2.5-4" -- FIXME version belongs in common init
luaotfload.module = {
name = "luaotfload-main",
- version = 2.50002,
- date = "2014/08/03",
+ version = 2.50003,
+ date = "2014/08/10",
description = "OpenType layout system.",
author = "Elie Roux & Hans Hagen",
copyright = "Elie Roux",
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"
diff --git a/src/luaotfload.sty b/src/luaotfload.sty
index c0b88d0..79a9360 100644
--- a/src/luaotfload.sty
+++ b/src/luaotfload.sty
@@ -40,7 +40,7 @@
\ProvidesPackage{luaotfload}%
%% FIXME The date is meaningless, we need to find a way to
%% use the git revision instead.
- [2014/08/03 v2.5-3 OpenType layout system]
+ [2014/08/10 v2.5-4 OpenType layout system]
\RequirePackage{luatexbase}
\fi
\RequireLuaModule{luaotfload-main}