texlive[42172] Build/source/texk/web2c/luatexdir/luatex.c: luatexdir:
commits+kakuto at tug.org
commits+kakuto at tug.org
Wed Sep 28 11:12:05 CEST 2016
Revision: 42172
http://tug.org/svn/texlive?view=revision&revision=42172
Author: kakuto
Date: 2016-09-28 11:12:05 +0200 (Wed, 28 Sep 2016)
Log Message:
-----------
luatexdir: sync with the upstream (luatex 1.0.0)
Modified Paths:
--------------
trunk/Build/source/texk/web2c/luatexdir/luatex.c
Modified: trunk/Build/source/texk/web2c/luatexdir/luatex.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luatex.c 2016-09-28 08:32:18 UTC (rev 42171)
+++ trunk/Build/source/texk/web2c/luatexdir/luatex.c 2016-09-28 09:12:05 UTC (rev 42172)
@@ -28,10 +28,10 @@
#define TeX
-int luatex_version = 99; /* \.{\\luatexversion} */
-int luatex_revision = '5'; /* \.{\\luatexrevision} */
-int luatex_date_info = 2016092300; /* the compile date is now hardwired */
-const char *luatex_version_string = "0.99.5";
+int luatex_version = 100; /* \.{\\luatexversion} */
+int luatex_revision = '0'; /* \.{\\luatexrevision} */
+int luatex_date_info = 2016092700; /* the compile date is now hardwired */
+const char *luatex_version_string = "1.0.0";
const char *engine_name = my_name; /* the name of this engine */
#include <kpathsea/c-ctype.h>
More information about the tex-live-commits
mailing list