summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-09-23 12:35:11 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-09-23 12:35:11 +0000
commit8b5b4f556944eac343069de79302d0ecc386442c (patch)
treee96592b152ec51fca993c7dd5e7fbc1871bde75f /Build/source/texk/web2c/luatexdir/luatex.c
parenta109e77c63fb849f1bb5f45bca427f4f712c4b15 (diff)
luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@42133 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luatex.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c
index 7e06c938885..d2cf856d468 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 = 98; /* \.{\\luatexversion} */
-int luatex_revision = '4'; /* \.{\\luatexrevision} */
-int luatex_date_info = 2016090500; /* the compile date is now hardwired */
-const char *luatex_version_string = "0.98.4";
+int luatex_version = 99; /* \.{\\luatexversion} */
+int luatex_revision = '5'; /* \.{\\luatexrevision} */
+int luatex_date_info = 2016092300; /* the compile date is now hardwired */
+const char *luatex_version_string = "0.99.5";
const char *engine_name = my_name; /* the name of this engine */
#include <kpathsea/c-ctype.h>
@@ -61,10 +61,6 @@ const char *engine_name = my_name; /* the name of this engine */
#include <signal.h> /* Catch interrupts. */
-/* {tex,mf}d.h defines TeX, MF, INI, and other such symbols.
- Unfortunately there's no way to get the banner into this code, so
- just repeat the text. */
-#define edit_var "TEXEDIT"
/* Shell escape.