diff options
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ChangeLog | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/luainit.w | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex_svnversion.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog index 1fb4c9ef692..94cbfc3e6d5 100644 --- a/Build/source/texk/web2c/luatexdir/ChangeLog +++ b/Build/source/texk/web2c/luatexdir/ChangeLog @@ -1,4 +1,4 @@ -2017-02-11 Luigi Scarso <luigi.scarso@gmail.com> +2017-11-02 Luigi Scarso <luigi.scarso@gmail.com> LuaFilesystem 1.7.0 2017-10-03 Luigi Scarso <luigi.scarso@gmail.com> diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.w b/Build/source/texk/web2c/luatexdir/lua/luainit.w index fb01d83d7b3..dec76b0216b 100644 --- a/Build/source/texk/web2c/luatexdir/lua/luainit.w +++ b/Build/source/texk/web2c/luatexdir/lua/luainit.w @@ -1,6 +1,6 @@ % luainit.w % -% Copyright 2006-2017 Taco Hoekwater <taco@@luatex.org> +% Copyright 2006-2018 Taco Hoekwater <taco@@luatex.org> % % This file is part of LuaTeX. % @@ -428,7 +428,7 @@ static void parse_options(int ac, char **av) "the terms of the GNU General Public License, version 2 or (at your option)\n" "any later version. For more information about these matters, see the file\n" "named COPYING and the LuaTeX source.\n\n" - "LuaTeX is Copyright 2017 Taco Hoekwater and the LuaTeX Team.\n"); + "LuaTeX is Copyright 2018 Taco Hoekwater and the LuaTeX Team.\n"); /* *INDENT-ON* */ uexit(0); } else if (ARGUMENT_IS("credits")) { diff --git a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h index cc6f3f4e311..5936e200516 100644 --- a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h +++ b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h @@ -1 +1 @@ -#define luatex_svn_revision 6616 +#define luatex_svn_revision 6627 |