diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-01-22 00:28:26 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-01-22 00:28:26 +0000 |
commit | 5a8d26272d1a2b825cbf5beff739f156def3e8fa (patch) | |
tree | ace789619ec7f159c105449d606a88a0977f42d1 /Build/source/texk/web2c/luatexdir/luatex.c | |
parent | 0794bed73f2c8d34ef41e84dcf6a541d424377e4 (diff) |
web2c/luatexdir: LuaTeX 0.79.3 released by Luigi
git-svn-id: svn://tug.org/texlive/trunk@36114 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luatex.c')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c index 43e056f68aa..5afaef10923 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.c +++ b/Build/source/texk/web2c/luatexdir/luatex.c @@ -24,16 +24,16 @@ #include "luatex_svnversion.h" static const char _svn_version[] = - "$Id: luatex.c 5082 2014-11-11 09:58:10Z luigi $ " + "$Id: luatex.c 5093 2014-12-10 09:41:01Z luigi $ " "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/luatex.c $"; #define TeX -int luatex_svn = luatex_svn_revision; +int luatex_svn = 5130; int luatex_version = 79; /* \.{\\luatexversion} */ -int luatex_revision = '2'; /* \.{\\luatexrevision} */ -int luatex_date_info = 2014111100; /* the compile date is now hardwired */ -const char *luatex_version_string = "beta-0.79.2"; +int luatex_revision = '3'; /* \.{\\luatexrevision} */ +int luatex_date_info = 2015012100; /* the compile date is now hardwired */ +const char *luatex_version_string = "beta-0.79.3"; const char *engine_name = my_name; /* the name of this engine */ #include <kpathsea/c-ctype.h> |