summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-08-10 13:30:12 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-08-10 13:30:12 +0000
commitb1e8a75b34e67fccc72dc314ee3b2b4de9e477e8 (patch)
tree90d9daa4a7698a12da3c71bfade684fdf1a4e436 /Build/source/texk/web2c/luatexdir/luatex.c
parent2f7bf8fc2aaf1fb0675dea04787406d700dc3a18 (diff)
luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@41832 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luatex.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex.c8
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 f4b2945d970..3a720290577 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 = 97; /* \.{\\luatexversion} */
-int luatex_revision = '0'; /* \.{\\luatexrevision} */
-int luatex_date_info = 2016060720; /* the compile date is now hardwired */
-const char *luatex_version_string = "0.97.0";
+int luatex_version = 98; /* \.{\\luatexversion} */
+int luatex_revision = '1'; /* \.{\\luatexrevision} */
+int luatex_date_info = 2016081014; /* the compile date is now hardwired */
+const char *luatex_version_string = "0.98.1";
const char *engine_name = my_name; /* the name of this engine */
#include <kpathsea/c-ctype.h>