summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
index 45744d15053..312771474f0 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
@@ -1,4 +1,4 @@
-%% Copyright (C) 2009-2017
+%% Copyright (C) 2009-2018
%%
%% by Elie Roux <elie.roux@telecom-bretagne.eu>
%% and Khaled Hosny <khaledhosny@eglug.org>
@@ -8,7 +8,8 @@
%%
%% This file is part of Luaotfload.
%%
-%% Home: https://github.com/lualatex/luaotfload
+%% Home: https://github.com/lualatex/luaotfload
+%%Current home: https://github.com/u-fischer/luaotfload
%% Support: <lualatex-dev@tug.org>.
%%
%% Luaotfload is under the GPL v2.0 (exactly) license.
@@ -41,10 +42,9 @@
\ProvidesPackage{luaotfload}%
%% FIXME The date is meaningless, we need to find a way to
%% use the git revision instead.
- [2017/01/29 v2.8 OpenType layout system]
+ [2018/09/24 v2.9 OpenType layout system]
\fi
\directlua{
require('luaotfload-main')
local _void = luaotfload.main ()
}
-