summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/web2c/luatexdir/NEWS4
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex.c6
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>