diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2014-11-08 14:14:07 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2014-11-08 14:14:07 +0000 |
commit | 312cfae1ac44614e089602f47fae7a762de61c6c (patch) | |
tree | 299ffbc1d9b3a0bbb258310d2ede24e0e31f35d6 /Build/source/texk/web2c/eptexdir | |
parent | ef3fef63c3d02ea78d129958d822b330289d9793 (diff) |
web2c/eptexdir, web2c/euptexdir: Add primitives \pdfshellescape and \lastnodechar (H. Kitagawa)
git-svn-id: svn://tug.org/texlive/trunk@35542 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir')
-rw-r--r-- | Build/source/texk/web2c/eptexdir/ChangeLog | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/eptexdir/eptex_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog b/Build/source/texk/web2c/eptexdir/ChangeLog index 624e247f187..76f6afef9e1 100644 --- a/Build/source/texk/web2c/eptexdir/ChangeLog +++ b/Build/source/texk/web2c/eptexdir/ChangeLog @@ -2,6 +2,7 @@ * pdfutils.ch, eptex.ech: Add primitives \pdfshellescape and \lastnodechar to e-(u)ptex. + * eptex_version.h: Change version to 141108. 2014-05-05 Akira Kakuto <kakuto@fuk.kindai.ac.jp> 2014-05-06 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/texk/web2c/eptexdir/eptex_version.h b/Build/source/texk/web2c/eptexdir/eptex_version.h index 22d4cfc0a8a..0ae3a1f2b93 100644 --- a/Build/source/texk/web2c/eptexdir/eptex_version.h +++ b/Build/source/texk/web2c/eptexdir/eptex_version.h @@ -1 +1 @@ -#define EPTEX_VERSION "130605" +#define EPTEX_VERSION "141108" |