diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-12-16 15:05:30 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-12-16 15:05:30 +0000 |
commit | 77656ac20f78e0779fd2c94ad3ed303eee4c54e6 (patch) | |
tree | 81f63f951d0626b5b898cd8409e6bddc2d0f96db | |
parent | fa2f5be0595e34e0157605120b91c96f6060fda7 (diff) |
Upcoming LuaTeX beta 0.87.0
git-svn-id: svn://tug.org/texlive/trunk@39118 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/luatexdir/NEWS | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/luatexdir/NEWS b/Build/source/texk/web2c/luatexdir/NEWS index 6d643eac977..ec1712605c7 100644 --- a/Build/source/texk/web2c/luatexdir/NEWS +++ b/Build/source/texk/web2c/luatexdir/NEWS @@ -4,7 +4,7 @@ This file is in the public domain. -Upcoming LuaTeX Release 0.86 +Upcoming LuaTeX Release 0.87 (major changes) @@ -2591,7 +2591,7 @@ Other news: we probably introduced new problems as well). * Most (all?) files now have a corrected Copyright header, - and link in $Id: NEWS 5624 2015-12-15 21:49:14Z luigi $ and $URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/NEWS $ into the object file. + and link in $Id: NEWS 5627 2015-12-16 09:54:35Z luigi $ and $URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/NEWS $ into the object file. * Some unnecessary files were removed from the distribution. diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c index 279d46faa50..3c0f72fd20c 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 = 86; /* \.{\\luatexversion} */ +int luatex_version = 87; /* \.{\\luatexversion} */ int luatex_revision = '0'; /* \.{\\luatexrevision} */ -int luatex_date_info = 2015120800; /* the compile date is now hardwired */ -const char *luatex_version_string = "beta-0.86.0"; +int luatex_date_info = 2015121600; /* the compile date is now hardwired */ +const char *luatex_version_string = "beta-0.87.0"; const char *engine_name = my_name; /* the name of this engine */ #include <kpathsea/c-ctype.h> |