summaryrefslogtreecommitdiff
path: root/src/luaotfload.sty
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2016-04-21 07:47:18 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2016-04-21 07:47:18 +0200
commitb1a1ee5d1ec8002acee2702e6dd070073e0ee0ee (patch)
tree17a8cc6b3ad337602ff21986c14ff924cd23f723 /src/luaotfload.sty
parent132c93168eef9326daa3243a3773603c0f2cf455 (diff)
downloadluaotfload-bc96ddf37859b941619764ceaf68b875d3f77834.tar.gz
[*] bump versionv2.7
Diffstat (limited to 'src/luaotfload.sty')
-rw-r--r--src/luaotfload.sty6
1 files changed, 3 insertions, 3 deletions
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 ()
}