diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-27 21:40:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-27 21:40:38 +0000 |
commit | 0d4ebcae733ad439678cb7e424e1be31529ba363 (patch) | |
tree | e913ea034c89133e1e4470cfc028d9000f1edda3 /Master/texmf-dist/scripts/fontools/ot2kpx | |
parent | 609b1679823e76c76ff093008fd840e1a10ca02b (diff) |
fontools (27may20)
git-svn-id: svn://tug.org/texlive/trunk@55297 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/fontools/ot2kpx')
-rwxr-xr-x | Master/texmf-dist/scripts/fontools/ot2kpx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/fontools/ot2kpx b/Master/texmf-dist/scripts/fontools/ot2kpx index e0c95066011..db00bd67877 100755 --- a/Master/texmf-dist/scripts/fontools/ot2kpx +++ b/Master/texmf-dist/scripts/fontools/ot2kpx @@ -38,7 +38,7 @@ use Getopt::Long (); use List::Util @List::Util::EXPORT_OK; use Pod::Usage; -my $VERSION = "20200511"; +my $VERSION = "20200527"; our ($NUM_GLYPHS, $UNITS_PER_EM, %kern); @@ -858,7 +858,7 @@ See the GNU General Public License for more details. =head1 VERSION -This document describes B<ot2kpx> version 20200511. +This document describes B<ot2kpx> version 20200527. =head1 RECENT CHANGES |