summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-04-25 14:20:41 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-04-25 14:20:41 +0000
commit69ca04838d4693a14b3534d28b56b783bc7c4c55 (patch)
tree835f5bc6aa10147608c8b55d3a15b73c1662bfc5 /Build/source/texk/web2c
parent05c3395fb67298feca584db22d9c95ca457715eb (diff)
web2c/luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@40737 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/luatexdir/NEWS10
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex.c4
2 files changed, 12 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/NEWS b/Build/source/texk/web2c/luatexdir/NEWS
index 2533d237b4b..d01f0744a97 100644
--- a/Build/source/texk/web2c/luatexdir/NEWS
+++ b/Build/source/texk/web2c/luatexdir/NEWS
@@ -2,6 +2,16 @@
This file is in the public domain.
==============================================================
+LuaTeX Release 0.95 for TeX Live 2016 was released 2016042515
+==============================================================
+
+This is the official frozen TeXlive 2016 version.
+- deleted 'beta' from the luatex_version_string
+
+
+
+
+==============================================================
LuaTeX Release 0.95 was released 2016040415
==============================================================
diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c
index 7a2d3252d8d..e400cd1932a 100644
--- a/Build/source/texk/web2c/luatexdir/luatex.c
+++ b/Build/source/texk/web2c/luatexdir/luatex.c
@@ -30,8 +30,8 @@
int luatex_version = 95; /* \.{\\luatexversion} */
int luatex_revision = '0'; /* \.{\\luatexrevision} */
-int luatex_date_info = 2016040415; /* the compile date is now hardwired */
-const char *luatex_version_string = "beta-0.95.0";
+int luatex_date_info = 2016042515; /* the compile date is now hardwired */
+const char *luatex_version_string = "0.95.0";
const char *engine_name = my_name; /* the name of this engine */
#include <kpathsea/c-ctype.h>