summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/luatexdir/NEWS9
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex.c2
2 files changed, 9 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/NEWS b/Build/source/texk/web2c/luatexdir/NEWS
index c41a2542f04..d7fa484fde4 100644
--- a/Build/source/texk/web2c/luatexdir/NEWS
+++ b/Build/source/texk/web2c/luatexdir/NEWS
@@ -2,6 +2,13 @@
This file is in the public domain.
==============================================================
+Luatex Release 0.89.2 was released 2016022700
+==============================================================
+
+Intermediary release. Several bugs fixed.
+
+
+==============================================================
Luatex Release 0.89.0 was released 2016020500
==============================================================
@@ -2660,7 +2667,7 @@ Other news:
we probably introduced new problems as well).
* Most (all?) files now have a corrected Copyright header,
- and link in $Id: NEWS 5776 2016-02-05 13:49:11Z luigi $ and $URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/NEWS $ into the object file.
+ and link in $Id: NEWS 5808 2016-02-27 07:12:11Z 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 f36f226af92..c00fe177928 100644
--- a/Build/source/texk/web2c/luatexdir/luatex.c
+++ b/Build/source/texk/web2c/luatexdir/luatex.c
@@ -30,7 +30,7 @@
int luatex_version = 89; /* \.{\\luatexversion} */
int luatex_revision = '2'; /* \.{\\luatexrevision} */
-int luatex_date_info = 2016020500; /* the compile date is now hardwired */
+int luatex_date_info = 2016022700; /* the compile date is now hardwired */
const char *luatex_version_string = "beta-0.89.2";
const char *engine_name = my_name; /* the name of this engine */