diff options
Diffstat (limited to 'Build/source/texk/web2c/ptexdir')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ChangeLog | 7 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ppltotf.ch | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ptex-base.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ptftopl.ch | 4 |
4 files changed, 12 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog index f45ac6ec5b3..2811a8fcba1 100644 --- a/Build/source/texk/web2c/ptexdir/ChangeLog +++ b/Build/source/texk/web2c/ptexdir/ChangeLog @@ -1,3 +1,10 @@ +2014-01-20 Peter Breitenlohner <peb@mppmu.mpg.de> + + TeX tuneup of 2014. + * ptex-base.ch: Adapt to TeX Version 3.14159265. + * ppltotf.ch: Adapt to PLtoTF Version 3.6. + * ptftopl.ch: Adapt to TFtoPL Version 3.3. + 2014-01-17 Peter Breitenlohner <peb@mppmu.mpg.de> * ptrip.test (removed): Renamed ... diff --git a/Build/source/texk/web2c/ptexdir/ppltotf.ch b/Build/source/texk/web2c/ptexdir/ppltotf.ch index 1747546668e..80952d2fa85 100644 --- a/Build/source/texk/web2c/ptexdir/ppltotf.ch +++ b/Build/source/texk/web2c/ptexdir/ppltotf.ch @@ -12,10 +12,10 @@ @x [2] l.69 - pTeX: @d my_name=='pltotf' -@d banner=='This is PLtoTF, Version 3.5' {printed when the program starts} +@d banner=='This is PLtoTF, Version 3.6' {printed when the program starts} @y @d my_name=='ppltotf' -@d banner=='This is pPLtoTF, Version 3.5-p1.8' +@d banner=='This is pPLtoTF, Version 3.6-p1.8' {printed when the program starts} @z diff --git a/Build/source/texk/web2c/ptexdir/ptex-base.ch b/Build/source/texk/web2c/ptexdir/ptex-base.ch index 9077c77147c..02a7b78f204 100644 --- a/Build/source/texk/web2c/ptexdir/ptex-base.ch +++ b/Build/source/texk/web2c/ptexdir/ptex-base.ch @@ -56,7 +56,7 @@ @y @d pTeX_version_string=='-p3.4' {current p\TeX\ version} @# -@d pTeX_banner=='This is pTeX, Version 3.1415926',pTeX_version_string +@d pTeX_banner=='This is pTeX, Version 3.14159265',pTeX_version_string @d pTeX_banner_k==pTeX_banner {printed when p\TeX\ starts} @# diff --git a/Build/source/texk/web2c/ptexdir/ptftopl.ch b/Build/source/texk/web2c/ptexdir/ptftopl.ch index 08e729b1155..565715d5c29 100644 --- a/Build/source/texk/web2c/ptexdir/ptftopl.ch +++ b/Build/source/texk/web2c/ptexdir/ptftopl.ch @@ -11,10 +11,10 @@ @x [2] l.64 - pTeX: @d my_name=='tftopl' -@d banner=='This is TFtoPL, Version 3.2' {printed when the program starts} +@d banner=='This is TFtoPL, Version 3.3' {printed when the program starts} @y @d my_name=='ptftopl' -@d banner=='This is pTFtoPL, Version 3.2-p1.7' +@d banner=='This is pTFtoPL, Version 3.3-p1.7' {printed when the program starts} @z |