summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2020-02-16 11:58:25 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2020-02-16 11:58:25 +0000
commit2a7dcf428e2d49c39e57849152ebd8fb99124271 (patch)
tree425cc5187248748b1a0cb42e67a7fc3be5407b5a
parent0cac9910cc99ebce3499a90e7debb44bfa587576 (diff)
sync with luatex rev. 7290.
git-svn-id: svn://tug.org/texlive/trunk@53800 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/luainit.c4
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/mplibstuff.c2
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex_svnversion.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.c b/Build/source/texk/web2c/luatexdir/lua/luainit.c
index 4926d8bd382..d32a7fdc083 100644
--- a/Build/source/texk/web2c/luatexdir/lua/luainit.c
+++ b/Build/source/texk/web2c/luatexdir/lua/luainit.c
@@ -2,7 +2,7 @@
luainit.w
-Copyright 2006-2019 Taco Hoekwater <taco@@luatex.org>
+Copyright 2006-2020 Taco Hoekwater <taco@@luatex.org>
This file is part of LuaTeX.
@@ -448,7 +448,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 2019 Taco Hoekwater and the LuaTeX Team.\n");
+ "LuaTeX is Copyright 2020 Taco Hoekwater and the LuaTeX Team.\n");
/* *INDENT-ON* */
uexit(0);
} else if (ARGUMENT_IS("credits")) {
diff --git a/Build/source/texk/web2c/luatexdir/lua/mplibstuff.c b/Build/source/texk/web2c/luatexdir/lua/mplibstuff.c
index db453ce81bf..1bc7c330a0e 100644
--- a/Build/source/texk/web2c/luatexdir/lua/mplibstuff.c
+++ b/Build/source/texk/web2c/luatexdir/lua/mplibstuff.c
@@ -2,7 +2,7 @@
mplibstuff.w
-Copyright 2019 LuaTeX team <bugs@@luatex.org>
+Copyright 2020 LuaTeX team <bugs@@luatex.org>
This file is part of LuaTeX.
diff --git a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
index 673732b4c80..3ca997fced4 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 7287
+#define luatex_svn_revision 7289