diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-02 21:15:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-02 21:15:13 +0000 |
commit | fd4cc7afcbc87bd9701bb6fa8bc303b863a2678c (patch) | |
tree | 7a7f0639b555eb1af9d0774f9f8109eb3aa34750 /Master/texmf-dist/scripts | |
parent | 2b1bd3563948b1f75e35cd54c403edd7239e01d2 (diff) |
mf2pt1 (2may14)
git-svn-id: svn://tug.org/texlive/trunk@33802 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/mf2pt1/mf2pt1.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/mf2pt1/mf2pt1.pl b/Master/texmf-dist/scripts/mf2pt1/mf2pt1.pl index ad3df2cdf84..abfd02c2f8d 100755 --- a/Master/texmf-dist/scripts/mf2pt1/mf2pt1.pl +++ b/Master/texmf-dist/scripts/mf2pt1/mf2pt1.pl @@ -7,7 +7,7 @@ ######################################################################## # mf2pt1 # -# Copyright (C) 2012 Scott Pakin # +# Copyright (C) 2014 Scott Pakin # # # # This program may be distributed and/or modified under the conditions # # of the LaTeX Project Public License, either version 1.3c of this # @@ -21,7 +21,7 @@ # version 2006/05/20 or later. # ######################################################################## -our $VERSION = "2.5"; # mf2pt1 version number +our $VERSION = "2.5a"; # mf2pt1 version number require 5.6.1; # I haven't tested mf2pt1 with older Perl versions use File::Basename; |