diff options
Diffstat (limited to 'Master/setuptl/tlpm.pl')
-rwxr-xr-x | Master/setuptl/tlpm.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/setuptl/tlpm.pl b/Master/setuptl/tlpm.pl index 4618d9604cd..20946ebd961 100755 --- a/Master/setuptl/tlpm.pl +++ b/Master/setuptl/tlpm.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl -# This file belongs to TLPM v2.14, TeX Live Package Manager +# This file belongs to TLPM v2.16, TeX Live Package Manager # Public Domain, P.Jackowski@gust.org.pl -BEGIN{$tlpm_version="2.14";$tlpm_os="i386-linux"} +BEGIN{$tlpm_version="2.16";$tlpm_os="i386-linux"} # the main tlpm script @@ -36,7 +36,7 @@ use TLPM::info; 'help' => \&help, # 'Help' => \&readme, # 'readme' => \&readme, - 'version' => \&version, +# 'version' => \&version, 'cmd' => \&sys ); |