diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-03-28 14:49:50 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-03-28 14:49:50 +0000 |
commit | 719d9d5c5bf005dd81b357ada574bf794b34a7d2 (patch) | |
tree | 2ec7267f44a0ccd1ee96247671bc2bd89415027d /Build | |
parent | fabb807a8ff9d472619bd2ae244ae983ff35b9cc (diff) |
luatex.c: Change revision number from 5208 to 5209 (Sync with the upstream).
git-svn-id: svn://tug.org/texlive/trunk@36658 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c index 43a53861e7f..ce152e5ad8e 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.c +++ b/Build/source/texk/web2c/luatexdir/luatex.c @@ -26,7 +26,7 @@ #define TeX -int luatex_svn = 5208; +int luatex_svn = 5209; int luatex_version = 80; /* \.{\\luatexversion} */ int luatex_revision = '0'; /* \.{\\luatexrevision} */ int luatex_date_info = 2015031900; /* the compile date is now hardwired */ |