diff --git a/source/texk/web2c/luatexdir/ChangeLog b/source/texk/web2c/luatexdir/ChangeLog
index 1fb4c9ef69219178ff2ec1521374eba145b21717..94cbfc3e6d55011bcfe2c9efc602310949d94e4c 100644
--- a/source/texk/web2c/luatexdir/ChangeLog
+++ b/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/source/texk/web2c/luatexdir/lua/luainit.w b/source/texk/web2c/luatexdir/lua/luainit.w
index fb01d83d7b36a58c182f137629b87f6f04474688..dec76b0216bd1feae9386a0ffafac1789ba369e0 100644
--- a/source/texk/web2c/luatexdir/lua/luainit.w
+++ b/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/source/texk/web2c/luatexdir/luatex_svnversion.h b/source/texk/web2c/luatexdir/luatex_svnversion.h
index cc6f3f4e31130a7852248bc1f1c73c3cabdfb1de..5936e2005160c40deea8bb40fdf3a4d06063baf8 100644
--- a/source/texk/web2c/luatexdir/luatex_svnversion.h
+++ b/source/texk/web2c/luatexdir/luatex_svnversion.h
@@ -1 +1 @@
-#define luatex_svn_revision 6616
+#define luatex_svn_revision 6627