summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-04-23 09:46:21 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-04-23 09:46:21 +0000
commit3edc06ac5f039a76ade1686893aa536870b2b2bd (patch)
treeebcbb42d006aed34b3c98e9e38209633c9b43201 /Build/source/texk/web2c/luatexdir/luatex.c
parentb8f47c9c58d5baed841ae47fbffcd8342aedbcb0 (diff)
luatexdir: Sync with the upstream (Copyright year 2014 ---> 2015).
git-svn-id: svn://tug.org/texlive/trunk@37016 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 0e24aa9fd06..90c6da86ac5 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 = 5225;
+int luatex_svn = 5228;
int luatex_version = 80; /* \.{\\luatexversion} */
int luatex_revision = '0'; /* \.{\\luatexrevision} */
-int luatex_date_info = 2015031900; /* the compile date is now hardwired */
+int luatex_date_info = 2015042200; /* 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 */