diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/mainbody.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/mainbody.w | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/mainbody.w b/Build/source/texk/web2c/luatexdir/tex/mainbody.w index 757d0c907b1..8f0e3c47f4c 100644 --- a/Build/source/texk/web2c/luatexdir/tex/mainbody.w +++ b/Build/source/texk/web2c/luatexdir/tex/mainbody.w @@ -23,8 +23,8 @@ @ @c static const char _svn_version[] = - "$Id: mainbody.w 4563 2013-01-21 03:22:53Z khaled $" - "$URL: https://foundry.supelec.fr/svn/luatex/tags/beta-0.76.0/source/texk/web2c/luatexdir/tex/mainbody.w $"; + "$Id: mainbody.w 4722 2014-01-03 09:32:35Z taco $" + "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/mainbody.w $"; #include "ptexlib.h" @@ -411,7 +411,7 @@ void main_body(void) if (bad > 0) { goto FINAL_END; } - print_banner(luatex_version_string, luatex_date_info, luatex_svn); + print_banner(luatex_version_string, luatex_svn); /* Get the first line of input and prepare to start */ /* When we begin the following code, \TeX's tables may still contain garbage; |