diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2007-02-01 18:43:41 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2007-02-01 18:43:41 +0000 |
commit | 656e64167af42dfab2b6f669a3a0a2685fdc9520 (patch) | |
tree | c329ecd2ab48149552f9da0eb4d9b844bc341525 /Master/setuptl/tlpm-x86_64-linux.pl | |
parent | 4ba9810c4ebe45bbc1043fbb1e32672f3062f86e (diff) |
tlpmgui 1.67
git-svn-id: svn://tug.org/texlive/trunk@3859 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/setuptl/tlpm-x86_64-linux.pl')
-rwxr-xr-x | Master/setuptl/tlpm-x86_64-linux.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/setuptl/tlpm-x86_64-linux.pl b/Master/setuptl/tlpm-x86_64-linux.pl index daee185caaa..eec92ea8725 100755 --- a/Master/setuptl/tlpm-x86_64-linux.pl +++ b/Master/setuptl/tlpm-x86_64-linux.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl -# This file belongs to TLPM v2.20, TeX Live Package Manager +# This file belongs to TLPM v2.21, TeX Live Package Manager # Public Domain, P.Jackowski@gust.org.pl -BEGIN{$tlpm_version="2.20";$tlpm_os="x86_64-linux"} +BEGIN{$tlpm_version="2.21";$tlpm_os="x86_64-linux"} # the main tlpm script |