From 7d27fdebdb8ab33392a6d13ad4b2feffb0b4d808 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Wed, 28 Sep 2016 09:12:05 +0000 Subject: luatexdir: sync with the upstream (luatex 1.0.0) git-svn-id: svn://tug.org/texlive/trunk@42172 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/luatex.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c index d2cf856d468..966a562981b 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.c +++ b/Build/source/texk/web2c/luatexdir/luatex.c @@ -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 -- cgit v1.2.3