diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-15 22:47:54 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-15 22:47:54 +0000 |
commit | e1d7bddac7d75ef6bb337f709e67cbd35a6b1e09 (patch) | |
tree | 780e86b897efa5ee377c06c45981b4cec49bfeda /Build/source/texk/web2c/luatexdir/luatex.c | |
parent | b7a9077e3786c754c908fcb1acb14f856aac4e8f (diff) |
luatexdir, mplibdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@43237 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luatex.c')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex.c | 2 |
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 7933d17d6df..2b924cac350 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.c +++ b/Build/source/texk/web2c/luatexdir/luatex.c @@ -30,7 +30,7 @@ int luatex_version = 100; /* \.{\\luatexversion} */ int luatex_revision = '3'; /* \.{\\luatexrevision} */ -int luatex_date_info = 2017011800; /* the compile date is now hardwired :YEAR MONTH DAY HOUR*/ +int luatex_date_info = 2017021514; /* the compile date is now hardwired :YEAR MONTH DAY HOUR*/ const char *luatex_version_string = "1.0.3"; const char *engine_name = my_name; /* the name of this engine */ |