From ab0cb7a2e0b2dab1aef302534ee2acef1c36fb2a Mon Sep 17 00:00:00 2001 From: Luigi Scarso <luigi.scarso@gmail.com> Date: Fri, 23 Sep 2016 11:50:43 +0000 Subject: [PATCH] preparation on luatex 1.0 [[Split portion of a mixed commit.]] --- source/texk/web2c/luatexdir/luatex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/texk/web2c/luatexdir/luatex.c b/source/texk/web2c/luatexdir/luatex.c index eb3f35939..d2cf856d4 100644 --- a/source/texk/web2c/luatexdir/luatex.c +++ b/source/texk/web2c/luatexdir/luatex.c @@ -29,9 +29,9 @@ #define TeX int luatex_version = 99; /* \.{\\luatexversion} */ -int luatex_revision = '1'; /* \.{\\luatexrevision} */ +int luatex_revision = '5'; /* \.{\\luatexrevision} */ int luatex_date_info = 2016092300; /* the compile date is now hardwired */ -const char *luatex_version_string = "0.99.1"; +const char *luatex_version_string = "0.99.5"; const char *engine_name = my_name; /* the name of this engine */ #include <kpathsea/c-ctype.h> -- GitLab