summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-08-03 10:17:33 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-08-03 10:17:33 +0200
commitce16cb6589e9bf6793e1e978a38613ff41429784 (patch)
treea37d51c28a1c462cfa54b91093f4d87f5ff56c5a
parentacbdbcbe9a6f186302c2c635ea316950e92eb4d1 (diff)
downloadluaotfload-2.5-fix-3.tar.gz
[*] bump versionv2.5-fix-3
-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 773a3cf..0b32dbb 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-24 22:08:34+0200
+-- MODIFIED: 2014-08-03 10:13:55+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-2" -- FIXME version belongs in common init
+luaotfload.version = "2.5-3" -- FIXME version belongs in common init
luaotfload.module = {
name = "luaotfload-main",
- version = 2.50001,
- date = "2014/07/16",
+ version = 2.50002,
+ date = "2014/08/03",
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 f99b47b..bb3335c 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-24 22:07:35+0200
+-- MODIFIED: 2014-08-03 10:14:04+0200
-----------------------------------------------------------------------
luaotfload = luaotfload or { }
-local version = "2.5-2" --- <int: major>.<int: minor>-<int: fixes>
+local version = "2.5-3" --- <int: major>.<int: minor>-<int: fixes>
luaotfload.version = version
luaotfload.self = "luaotfload-tool"
diff --git a/src/luaotfload.sty b/src/luaotfload.sty
index 4ebe3cb..c0b88d0 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/07/24 v2.5-2 OpenType layout system]
+ [2014/08/03 v2.5-3 OpenType layout system]
\RequirePackage{luatexbase}
\fi
\RequireLuaModule{luaotfload-main}