summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-24 00:09:37 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-24 00:09:37 +0000
commit50108019f84d1c2a7f83cc165ba09f8dc3bebcf3 (patch)
treecea5c82717c8903c8c6295d2aa9d900f9dbefc48 /Build/source/texk/web2c/luatexdir/luatex.c
parent655a66b1cc5bbf0241709ba5a1f88f7d4b7ffd9f (diff)
web2c/luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@39841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luatex.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex.c4
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 6a1e20d2206..f36f226af92 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 = 89; /* \.{\\luatexversion} */
-int luatex_revision = '1'; /* \.{\\luatexrevision} */
+int luatex_revision = '2'; /* \.{\\luatexrevision} */
int luatex_date_info = 2016020500; /* the compile date is now hardwired */
-const char *luatex_version_string = "beta-0.89.1";
+const char *luatex_version_string = "beta-0.89.2";
const char *engine_name = my_name; /* the name of this engine */
#include <kpathsea/c-ctype.h>