summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-08-13 08:14:27 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-08-13 08:14:27 +0000
commit9a47106d115b425b8ca87c84948a85b10ca4789c (patch)
tree365e6ba764c7464af6eca8f718db4eb883136f64 /Build/source/texk/web2c/luatexdir/luatex.c
parentcafe7e3f4c0ada7f125b1e2bc04bf67d838ea8b0 (diff)
luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@41846 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 3a720290577..102671f529c 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 = '1'; /* \.{\\luatexrevision} */
-int luatex_date_info = 2016081014; /* the compile date is now hardwired */
-const char *luatex_version_string = "0.98.1";
+int luatex_revision = '2'; /* \.{\\luatexrevision} */
+int luatex_date_info = 2016081300; /* the compile date is now hardwired */
+const char *luatex_version_string = "0.98.2";
const char *engine_name = my_name; /* the name of this engine */
#include <kpathsea/c-ctype.h>