diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-10-09 04:15:29 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-10-09 04:15:29 +0000 |
commit | 98cdd0465406fd44eece609d5ae9bddf80bca47e (patch) | |
tree | d037456162b1f325449b3c36bd29800f19c380c7 /Build/source/texk | |
parent | fef31c7331fe1c9e7cb88ad1fd449208518d5888 (diff) |
web2c/luatexdir/luatex.c: Sync with the upstream.
git-svn-id: svn://tug.org/texlive/trunk@38595 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex.c | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog index 01ad1c2a201..48eaa4bcbca 100644 --- a/Build/source/texk/web2c/luatexdir/ChangeLog +++ b/Build/source/texk/web2c/luatexdir/ChangeLog @@ -1,3 +1,7 @@ +2015-10-09 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * luatex.c: Sync with the upstream. + 2015-10-08 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * lua/lepdflib.cc, tex/texnodes.h, tex/texnodes.w, NEWS: diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c index 5d7ea6cd10d..e00fc8acc5c 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.c +++ b/Build/source/texk/web2c/luatexdir/luatex.c @@ -26,11 +26,11 @@ #define TeX -int luatex_svn = 5350; +int luatex_svn = luatex_svn_revision; int luatex_version = 81; /* \.{\\luatexversion} */ -int luatex_revision = '0'; /* \.{\\luatexrevision} */ -int luatex_date_info = 2015100700; /* the compile date is now hardwired */ -const char *luatex_version_string = "beta-0.81.0"; +int luatex_revision = '1'; /* \.{\\luatexrevision} */ +int luatex_date_info = 2015100800; /* the compile date is now hardwired */ +const char *luatex_version_string = "beta-0.81.1"; const char *engine_name = my_name; /* the name of this engine */ #include <kpathsea/c-ctype.h> |