summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2016-06-16 21:52:21 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2016-06-16 21:52:21 +0200
commit46415b821010269c820f408162a4441616b28345 (patch)
tree88bfd69c0113d063a3c80ee331d531ab3dcc363b
parent45d384f2e1df43ea57072adf5d7ce44a01d974c6 (diff)
downloadluaotfload-46415b821010269c820f408162a4441616b28345.tar.gz
[*] update datev2.7-fix-3
-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.lua4
-rw-r--r--src/luaotfload.sty2
5 files changed, 6 insertions, 6 deletions
diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex
index e238901..f6c7301 100644
--- a/doc/luaotfload-main.tex
+++ b/doc/luaotfload-main.tex
@@ -32,7 +32,7 @@
\beginfrontmatter
\setdocumenttitle {The \identifier{luaotfload} package}
- \setdocumentdate {2016/04/28 v2.7}
+ \setdocumentdate {2016/06/16 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 b5cbe96..28f8e00 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-21
+:Date: 2016-06-16
:Copyright: GPL v2.0
:Version: 2.7
:Manual section: 1
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst
index 660177e..051ec7f 100644
--- a/doc/luaotfload.conf.rst
+++ b/doc/luaotfload.conf.rst
@@ -6,7 +6,7 @@
Luaotfload configuration file
-----------------------------------------------------------------------
-:Date: 2016-04-28
+:Date: 2016-06-16
:Copyright: GPL v2.0
:Version: 2.7
:Manual section: 5
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua
index 25be3db..271e4cc 100644
--- a/src/luaotfload-main.lua
+++ b/src/luaotfload-main.lua
@@ -50,8 +50,8 @@ local authors = "\z
luaotfload.module = {
name = "luaotfload-main",
- version = 2.70002,
- date = "2016/04/21",
+ version = 2.70003,
+ date = "2016/06/16",
description = "OpenType layout system.",
author = authors,
copyright = authors,
diff --git a/src/luaotfload.sty b/src/luaotfload.sty
index 8e061c2..112ec23 100644
--- a/src/luaotfload.sty
+++ b/src/luaotfload.sty
@@ -41,7 +41,7 @@
\ProvidesPackage{luaotfload}%
%% FIXME The date is meaningless, we need to find a way to
%% use the git revision instead.
- [2016/04/21 v2.7 OpenType layout system]
+ [2016/06/16 v2.7 OpenType layout system]
\fi
\directlua{
require('luaotfload-main')