summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-05-06 23:06:01 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-05-06 23:06:01 +0000
commit50600434a598247b0b75a13b8f49a4e5c208e681 (patch)
tree1a20d883e77ca5da6f9407f9840a0ed8952dc074 /Build/source/texk/web2c/luatexdir/luatex.c
parent699f7c9ba195ae2043727beae51554047e9f27b3 (diff)
luatexdir: Sync with the upstream.
git-svn-id: svn://tug.org/texlive/trunk@37241 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 9f6b1d34e85..509c10ef070 100644
--- a/Build/source/texk/web2c/luatexdir/luatex.c
+++ b/Build/source/texk/web2c/luatexdir/luatex.c
@@ -26,10 +26,10 @@
#define TeX
-int luatex_svn = 5231;
+int luatex_svn = 5238;
int luatex_version = 80; /* \.{\\luatexversion} */
int luatex_revision = '0'; /* \.{\\luatexrevision} */
-int luatex_date_info = 2015042200; /* the compile date is now hardwired */
+int luatex_date_info = 2015051900; /* the compile date is now hardwired */
const char *luatex_version_string = "beta-0.80.0";
const char *engine_name = my_name; /* the name of this engine */