summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-01-28 23:51:21 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-01-28 23:51:21 +0000
commitc34429954722cb24f56b3240ac26e71907fa62a6 (patch)
treee6576ffc581dc32d05bd8be1d159f6b30c226764 /Build/source/texk/web2c/luatexdir/luatex.c
parente3216ca69c29d09b933573ca9f2e4a70346b435c (diff)
web2c/luatexdir: sync with the upstream (start of beta-0.89.0)
git-svn-id: svn://tug.org/texlive/trunk@39498 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 7474ce3323b..23e5252dcf5 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 = 88; /* \.{\\luatexversion} */
+int luatex_version = 89; /* \.{\\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";
+int luatex_date_info = 2016012800; /* the compile date is now hardwired */
+const char *luatex_version_string = "beta-0.89.0";
const char *engine_name = my_name; /* the name of this engine */
#include <kpathsea/c-ctype.h>