diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-12-21 06:41:40 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-12-21 06:41:40 +0000 |
commit | 9f25fe37eed274219a51038fc51532e35acab61a (patch) | |
tree | fb0600105cc1a5df9683b457f0cee079ee30ee3d /Build | |
parent | a597d7bcef11e350017ed0f5a1848cf1cfdd4d20 (diff) |
web2c/lulatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@39160 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c index 82dcafdb4f6..b4735243870 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.c +++ b/Build/source/texk/web2c/luatexdir/luatex.c @@ -29,9 +29,9 @@ #define TeX int luatex_version = 87; /* \.{\\luatexversion} */ -int luatex_revision = '0'; /* \.{\\luatexrevision} */ -int luatex_date_info = 2015121700; /* the compile date is now hardwired */ -const char *luatex_version_string = "beta-0.87.0"; +int luatex_revision = '1'; /* \.{\\luatexrevision} */ +int luatex_date_info = 2015122000; /* the compile date is now hardwired */ +const char *luatex_version_string = "beta-0.87.1"; const char *engine_name = my_name; /* the name of this engine */ #include <kpathsea/c-ctype.h> |