From 1a5c7a4118ebfa89bc0151309d73cb1d20d56be4 Mon Sep 17 00:00:00 2001 From: luigi Date: Tue, 27 Sep 2016 07:59:48 +0000 Subject: [PATCH] again sync trunk and tags for luatex 1.0 git-svn-id: https://foundry.supelec.fr/svn/luatex/tags/1.0@6149 0b2b3880-5936-4365-a048-eb17d2e5a6bf --- 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 -- 2.11.4.GIT