summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-27 13:11:41 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-27 13:11:41 +0000
commite8c2792ffc88bff8519581351d6349a84d81bebe (patch)
treee5f849adfc9434778683c4841103b6f77389220f /Build/source/texk/web2c/luatexdir/luatex.c
parentf0b606c88579c15387fb226824c9a7364565ab55 (diff)
web2c/luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@39885 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luatex.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c
index f36f226af92..c00fe177928 100644
--- a/Build/source/texk/web2c/luatexdir/luatex.c
+++ b/Build/source/texk/web2c/luatexdir/luatex.c
@@ -30,7 +30,7 @@
int luatex_version = 89; /* \.{\\luatexversion} */
int luatex_revision = '2'; /* \.{\\luatexrevision} */
-int luatex_date_info = 2016020500; /* the compile date is now hardwired */
+int luatex_date_info = 2016022700; /* the compile date is now hardwired */
const char *luatex_version_string = "beta-0.89.2";
const char *engine_name = my_name; /* the name of this engine */