summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-09-10 09:52:59 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-09-10 09:52:59 +0000
commit7e17932009a54c6047241ce05f043b51cce32233 (patch)
tree7b6001c89a8bbf5dee032af1048892cf9ab20373 /Build/source/texk/web2c/luatexdir/luatex.c
parent8072d653e5694112aadd35396317648fa019dc6e (diff)
luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@42031 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luatex.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex.c6
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 3b9125c4501..7e06c938885 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 = '3'; /* \.{\\luatexrevision} */
-int luatex_date_info = 2016081300; /* the compile date is now hardwired */
-const char *luatex_version_string = "0.98.3";
+int luatex_revision = '4'; /* \.{\\luatexrevision} */
+int luatex_date_info = 2016090500; /* the compile date is now hardwired */
+const char *luatex_version_string = "0.98.4";
const char *engine_name = my_name; /* the name of this engine */
#include <kpathsea/c-ctype.h>