summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luaotfload-main.lua4
-rw-r--r--src/luaotfload.sty2
2 files changed, 3 insertions, 3 deletions
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')