diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-10-08 05:22:50 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-10-08 05:22:50 +0000 |
commit | 7b00ca2b1e43fd45a485638e158a9740cd90a2f5 (patch) | |
tree | e47dea0137018f68c287a294386b78bea89bb225 /Build/source/texk/web2c/luatexdir/luatex.c | |
parent | aec0424447b6bb9d9b44ebcba236a5fef21805b2 (diff) |
web2c/luatexdir/luatex.c: beta-0.81.0.
git-svn-id: svn://tug.org/texlive/trunk@38587 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 29ac66b95e8..5d7ea6cd10d 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.c +++ b/Build/source/texk/web2c/luatexdir/luatex.c @@ -26,11 +26,11 @@ #define TeX -int luatex_svn = luatex_svn_revision; -int luatex_version = 80; /* \.{\\luatexversion} */ -int luatex_revision = '1'; /* \.{\\luatexrevision} */ -int luatex_date_info = 2015042200; /* the compile date is now hardwired */ -const char *luatex_version_string = "beta-0.80.1"; +int luatex_svn = 5350; +int luatex_version = 81; /* \.{\\luatexversion} */ +int luatex_revision = '0'; /* \.{\\luatexrevision} */ +int luatex_date_info = 2015100700; /* the compile date is now hardwired */ +const char *luatex_version_string = "beta-0.81.0"; const char *engine_name = my_name; /* the name of this engine */ #include <kpathsea/c-ctype.h> |