From 46415b821010269c820f408162a4441616b28345 Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg@phi-gamma.net>
Date: Thu, 16 Jun 2016 21:52:21 +0200
Subject: [*] update date

---
 doc/luaotfload-main.tex | 2 +-
 doc/luaotfload-tool.rst | 2 +-
 doc/luaotfload.conf.rst | 2 +-
 src/luaotfload-main.lua | 4 ++--
 src/luaotfload.sty      | 2 +-
 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')
-- 
cgit v1.2.3