summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-04-25 14:20:41 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-04-25 14:20:41 +0000
commit69ca04838d4693a14b3534d28b56b783bc7c4c55 (patch)
tree835f5bc6aa10147608c8b55d3a15b73c1662bfc5 /Build/source/texk/web2c/luatexdir/luatex.c
parent05c3395fb67298feca584db22d9c95ca457715eb (diff)
web2c/luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@40737 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 7a2d3252d8d..e400cd1932a 100644
--- a/Build/source/texk/web2c/luatexdir/luatex.c
+++ b/Build/source/texk/web2c/luatexdir/luatex.c
@@ -30,8 +30,8 @@
int luatex_version = 95; /* \.{\\luatexversion} */
int luatex_revision = '0'; /* \.{\\luatexrevision} */
-int luatex_date_info = 2016040415; /* the compile date is now hardwired */
-const char *luatex_version_string = "beta-0.95.0";
+int luatex_date_info = 2016042515; /* the compile date is now hardwired */
+const char *luatex_version_string = "0.95.0";
const char *engine_name = my_name; /* the name of this engine */
#include <kpathsea/c-ctype.h>