diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2011-05-13 08:20:59 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2011-05-13 08:20:59 +0000 |
commit | b640a008c7d19fbc1bd162422c1b2134df68f9f0 (patch) | |
tree | 6389eefa8f07a6b90d68e97f576a4b484c58b5ec /Build/source/texk/web2c/luatexdir/lua/luainit.w | |
parent | 2bdf36e72dbd2ff15257868ac7483574590d1e73 (diff) |
fix year in luatex --version output
git-svn-id: svn://tug.org/texlive/trunk@22455 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua/luainit.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/luainit.w | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.w b/Build/source/texk/web2c/luatexdir/lua/luainit.w index aef829a0cb9..9c03691d8d7 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-2010 Taco Hoekwater <taco@@luatex.org> +% Copyright 2006-2011 Taco Hoekwater <taco@@luatex.org> % This file is part of LuaTeX. @@ -25,7 +25,7 @@ #include "ptexlib.h" static const char _svn_version[] = - "$Id: luainit.w 4244 2011-05-05 09:31:30Z taco $ $URL: http://foundry.supelec.fr/svn/luatex/branches/0.70.x/source/texk/web2c/luatexdir/lua/luainit.w $"; + "$Id: luainit.w 4260 2011-05-13 07:03:44Z taco $ $URL: http://foundry.supelec.fr/svn/luatex/branches/0.70.x/source/texk/web2c/luatexdir/lua/luainit.w $"; @ TH: TODO @@ -328,7 +328,7 @@ static void parse_options(int argc, char **argv) "the terms of the GNU General Public License, version 2. For more\n" "information about these matters, see the file named COPYING and\n" "the LuaTeX source.\n\n" - "Copyright 2010 Taco Hoekwater, the LuaTeX Team.\n"); + "Copyright 2011 Taco Hoekwater, the LuaTeX Team.\n"); /* *INDENT-ON* */ uexit(0); } else if (ARGUMENT_IS("credits")) { |