diff options
author | Luigi Scarso <luigi.scarso@gmail.com> | 2019-02-15 14:58:33 +0000 |
---|---|---|
committer | Luigi Scarso <luigi.scarso@gmail.com> | 2019-02-15 14:58:33 +0000 |
commit | c95ec548f97bb16f9ca58ccb4825e6d517e27f6d (patch) | |
tree | 824f90ec1fe5fce34f56764d51d999cad2a55c20 /Build/source/texk/web2c/luatexdir/luatex.c | |
parent | 6ec4f2024cacd839370876dca215c9681734b1da (diff) |
sync with luatex experimental rev. 7084
git-svn-id: svn://tug.org/texlive/trunk@50029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luatex.c')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c index a057c3a6cc0..98bfd7f891f 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.c +++ b/Build/source/texk/web2c/luatexdir/luatex.c @@ -32,9 +32,9 @@ stick to "0" upto "9" so users can expect a number represented as string. */ -int luatex_version = 109; -int luatex_revision = '2'; -const char *luatex_version_string = "1.09.2"; +int luatex_version = 110; +int luatex_revision = '0'; +const char *luatex_version_string = "1.10.0"; const char *engine_name = my_name; #include <kpathsea/c-ctype.h> |