summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/luaotfload-main.tex2
-rw-r--r--doc/luaotfload-tool.rst2
-rw-r--r--doc/luaotfload.conf.rst2
-rw-r--r--src/luaotfload-main.lua6
-rw-r--r--src/luaotfload.sty6
5 files changed, 9 insertions, 9 deletions
diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex
index 0d2d7eb..c243f03 100644
--- a/doc/luaotfload-main.tex
+++ b/doc/luaotfload-main.tex
@@ -32,7 +32,7 @@
\beginfrontmatter
\setdocumenttitle {The \identifier{luaotfload} package}
- \setdocumentdate {2016/04/07 v2.7}
+ \setdocumentdate {2016/04/21 v2.7}
\setdocumentauthor {Elie Roux · Khaled Hosny · Philipp Gesang\\
Home: \hyperlink {https://github.com/lualatex/luaotfload}\\
Support: \email {lualatex-dev@tug.org}}
diff --git a/doc/luaotfload-tool.rst b/doc/luaotfload-tool.rst
index c8bd8ec..b5cbe96 100644
--- a/doc/luaotfload-tool.rst
+++ b/doc/luaotfload-tool.rst
@@ -6,7 +6,7 @@
generate and query the Luaotfload font names database
-----------------------------------------------------------------------
-:Date: 2016-04-18
+:Date: 2016-04-21
:Copyright: GPL v2.0
:Version: 2.7
:Manual section: 1
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst
index eb4c491..e7cbccb 100644
--- a/doc/luaotfload.conf.rst
+++ b/doc/luaotfload.conf.rst
@@ -6,7 +6,7 @@
Luaotfload configuration file
-----------------------------------------------------------------------
-:Date: 2016-04-18
+:Date: 2016-04-21
:Copyright: GPL v2.0
:Version: 2.7
:Manual section: 5
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua
index 92c1ff1..51a0657 100644
--- a/src/luaotfload-main.lua
+++ b/src/luaotfload-main.lua
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------
-- FILE: luaotfload-main.lua
-- DESCRIPTION: Luaotfload entry point
--- REQUIREMENTS: luatex v.0.80 or later; packages lualibs
+-- REQUIREMENTS: luatex v.0.95 or later; packages lualibs
-- AUTHOR: Élie Roux, Khaled Hosny, Philipp Gesang
-----------------------------------------------------------------------
--
@@ -29,8 +29,8 @@ local authors = "\z
luaotfload.module = {
name = "luaotfload-main",
- version = 2.70001,
- date = "2016/04/19",
+ version = 2.70002,
+ date = "2016/04/21",
description = "OpenType layout system.",
author = authors,
copyright = authors,
diff --git a/src/luaotfload.sty b/src/luaotfload.sty
index b6f03af..8e061c2 100644
--- a/src/luaotfload.sty
+++ b/src/luaotfload.sty
@@ -41,10 +41,10 @@
\ProvidesPackage{luaotfload}%
%% FIXME The date is meaningless, we need to find a way to
%% use the git revision instead.
- [2016/04/07 v2.7 OpenType layout system]
+ [2016/04/21 v2.7 OpenType layout system]
\fi
\directlua{
-require('luaotfload-main')
-local _void = luaotfload.main ()
+ require('luaotfload-main')
+ local _void = luaotfload.main ()
}