From 3edc06ac5f039a76ade1686893aa536870b2b2bd Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Thu, 23 Apr 2015 09:46:21 +0000 Subject: luatexdir: Sync with the upstream (Copyright year 2014 ---> 2015). git-svn-id: svn://tug.org/texlive/trunk@37016 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/lua/luainit.w | 6 +++--- Build/source/texk/web2c/luatexdir/luatex.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.w b/Build/source/texk/web2c/luatexdir/lua/luainit.w index 139b888cb8e..fc79023cf84 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-2014 Taco Hoekwater +% Copyright 2006-2015 Taco Hoekwater % % This file is part of LuaTeX. % @@ -422,10 +422,10 @@ static void parse_options(int ac, char **av) "any later version. For more information about these matters, see the file\n" "named COPYING and the LuaTeX source.\n\n" #ifdef LuajitTeX - "LuaTeX is Copyright 2014 Taco Hoekwater, the LuaTeX Team.\n" + "LuaTeX is Copyright 2015 Taco Hoekwater, the LuaTeX Team.\n" "Libraries and JIT extensions by Luigi Scarso, the LuaTeX SwigLib team.\n"); #else - "Copyright 2014 Taco Hoekwater, the LuaTeX Team.\n"); + "Copyright 2015 Taco Hoekwater, the LuaTeX Team.\n"); #endif /* *INDENT-ON* */ uexit(0); diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c index 0e24aa9fd06..90c6da86ac5 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.c +++ b/Build/source/texk/web2c/luatexdir/luatex.c @@ -26,10 +26,10 @@ #define TeX -int luatex_svn = 5225; +int luatex_svn = 5228; int luatex_version = 80; /* \.{\\luatexversion} */ int luatex_revision = '0'; /* \.{\\luatexrevision} */ -int luatex_date_info = 2015031900; /* the compile date is now hardwired */ +int luatex_date_info = 2015042200; /* the compile date is now hardwired */ const char *luatex_version_string = "beta-0.80.0"; const char *engine_name = my_name; /* the name of this engine */ -- cgit v1.2.3