diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-05 20:43:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-05 20:43:20 +0000 |
commit | fd3f07fb7823629298e24465fb201600bf70f608 (patch) | |
tree | 6bc843e29ab4a3e15795a657cc454e497ca3b5ec /Master/texmf-dist/scripts/fontools/ot2kpx | |
parent | 51918ac50e5a42d557bd1e525f8b02853901b6d2 (diff) |
fontools
git-svn-id: svn://tug.org/texlive/trunk@52291 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 2073d6b6d32..f45c0110780 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 = "20190712"; +my $VERSION = "20191001"; 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 20190712. +This document describes B<ot2kpx> version 20191001. =head1 RECENT CHANGES |