diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-09-28 09:12:05 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-09-28 09:12:05 +0000 |
commit | 7d27fdebdb8ab33392a6d13ad4b2feffb0b4d808 (patch) | |
tree | 31c5c23c2fc67d2a39d1f2767230c33d8e5d5dbd /Build | |
parent | bd91000b00250d7840ef5748626285b60fe86c43 (diff) |
luatexdir: sync with the upstream (luatex 1.0.0)
git-svn-id: svn://tug.org/texlive/trunk@42172 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex.c | 8 |
1 files 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 <kpathsea/c-ctype.h> |