diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-08-22 23:32:15 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-08-22 23:32:15 +0000 |
commit | 3ccd4e0564cd11103263376e334822dbf6c81903 (patch) | |
tree | f0eb51c6170214fcf63099d0efb2cbd6af802880 /Build | |
parent | 25a25245e2511dd07195ad82251cb3c5ba5f5294 (diff) |
luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@41909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c index 102671f529c..3b9125c4501 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.c +++ b/Build/source/texk/web2c/luatexdir/luatex.c @@ -29,9 +29,9 @@ #define TeX int luatex_version = 98; /* \.{\\luatexversion} */ -int luatex_revision = '2'; /* \.{\\luatexrevision} */ +int luatex_revision = '3'; /* \.{\\luatexrevision} */ int luatex_date_info = 2016081300; /* the compile date is now hardwired */ -const char *luatex_version_string = "0.98.2"; +const char *luatex_version_string = "0.98.3"; const char *engine_name = my_name; /* the name of this engine */ #include <kpathsea/c-ctype.h> |