summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-01-16 04:56:12 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-01-16 04:56:12 +0000
commit2799b66b62910f3c6a13a752a2364038d6d11555 (patch)
tree7368b0beb5c14ceb4e8b09c9f42dc715643328d3 /Build/source/texk/web2c/luatexdir/luatex.c
parent8547cbd639fc4e31ae4f91db91037a2930995acd (diff)
web2c/luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@39405 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 f434524c821..7474ce3323b 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 = 87; /* \.{\\luatexversion} */
-int luatex_revision = '2'; /* \.{\\luatexrevision} */
-int luatex_date_info = 2016011100; /* the compile date is now hardwired */
-const char *luatex_version_string = "beta-0.87.2";
+int luatex_version = 88; /* \.{\\luatexversion} */
+int luatex_revision = '0'; /* \.{\\luatexrevision} */
+int luatex_date_info = 2016011500; /* the compile date is now hardwired */
+const char *luatex_version_string = "beta-0.88.0";
const char *engine_name = my_name; /* the name of this engine */
#include <kpathsea/c-ctype.h>