summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-27 13:11:41 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-27 13:11:41 +0000
commite8c2792ffc88bff8519581351d6349a84d81bebe (patch)
treee5f849adfc9434778683c4841103b6f77389220f /Build
parentf0b606c88579c15387fb226824c9a7364565ab55 (diff)
web2c/luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@39885 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-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 */