Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit b1a1ee5

Browse files
committed
[*] bump version
1 parent 132c931 commit b1a1ee5

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

doc/luaotfload-main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
\beginfrontmatter
3333

3434
\setdocumenttitle {The \identifier{luaotfload} package}
35-
\setdocumentdate {2016/04/07 v2.7}
35+
\setdocumentdate {2016/04/21 v2.7}
3636
\setdocumentauthor {Elie Roux · Khaled Hosny · Philipp Gesang\\
3737
Home: \hyperlink {https://github.com/lualatex/luaotfload}\\
3838
Support: \email {lualatex-dev@tug.org}}

doc/luaotfload-tool.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
generate and query the Luaotfload font names database
77
-----------------------------------------------------------------------
88

9-
:Date: 2016-04-18
9+
:Date: 2016-04-21
1010
:Copyright: GPL v2.0
1111
:Version: 2.7
1212
:Manual section: 1

doc/luaotfload.conf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Luaotfload configuration file
77
-----------------------------------------------------------------------
88

9-
:Date: 2016-04-18
9+
:Date: 2016-04-21
1010
:Copyright: GPL v2.0
1111
:Version: 2.7
1212
:Manual section: 5

src/luaotfload-main.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-----------------------------------------------------------------------
22
-- FILE: luaotfload-main.lua
33
-- DESCRIPTION: Luaotfload entry point
4-
-- REQUIREMENTS: luatex v.0.80 or later; packages lualibs
4+
-- REQUIREMENTS: luatex v.0.95 or later; packages lualibs
55
-- AUTHOR: Élie Roux, Khaled Hosny, Philipp Gesang
66
-----------------------------------------------------------------------
77
--
@@ -29,8 +29,8 @@ local authors = "\z
2929

3030
luaotfload.module = {
3131
name = "luaotfload-main",
32-
version = 2.70001,
33-
date = "2016/04/19",
32+
version = 2.70002,
33+
date = "2016/04/21",
3434
description = "OpenType layout system.",
3535
author = authors,
3636
copyright = authors,

src/luaotfload.sty

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
\ProvidesPackage{luaotfload}%
4242
%% FIXME The date is meaningless, we need to find a way to
4343
%% use the git revision instead.
44-
[2016/04/07 v2.7 OpenType layout system]
44+
[2016/04/21 v2.7 OpenType layout system]
4545
\fi
4646
\directlua{
47-
require('luaotfload-main')
48-
local _void = luaotfload.main ()
47+
require('luaotfload-main')
48+
local _void = luaotfload.main ()
4949
}
5050

0 commit comments

Comments
 (0)