From 1555d3dc62b075d0c64a51572b42eaaaa091b7ee Mon Sep 17 00:00:00 2001 From: Luigi Scarso <luigi.scarso@gmail.com> Date: Tue, 27 Sep 2016 07:59:48 +0000 Subject: [PATCH] again sync trunk and tags for luatex 1.0 [[Split portion of a mixed commit.]] --- source/texk/web2c/luatexdir/luatex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/texk/web2c/luatexdir/luatex.c b/source/texk/web2c/luatexdir/luatex.c index d2e9c2e06..966a56298 100644 --- a/source/texk/web2c/luatexdir/luatex.c +++ b/source/texk/web2c/luatexdir/luatex.c @@ -31,7 +31,7 @@ int luatex_version = 100; /* \.{\\luatexversion} */ int luatex_revision = '0'; /* \.{\\luatexrevision} */ int luatex_date_info = 2016092700; /* the compile date is now hardwired */ -const char *luatex_version_string = "1.0"; +const char *luatex_version_string = "1.0.0"; const char *engine_name = my_name; /* the name of this engine */ #include <kpathsea/c-ctype.h> -- GitLab