diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2007-01-10 07:16:49 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2007-01-10 07:16:49 +0000 |
commit | 2144474241e2d3231278b7346768be048a152117 (patch) | |
tree | 1e08d40921691e8ef0dfd93f8ec583deeeb948a7 /Master/setuptl/tlpm.pl | |
parent | 8a9149f4e593a009ec40addc58f75f4881096a85 (diff) |
Master/setuptl updates
git-svn-id: svn://tug.org/texlive/trunk@3286 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/setuptl/tlpm.pl')
-rwxr-xr-x | Master/setuptl/tlpm.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/setuptl/tlpm.pl b/Master/setuptl/tlpm.pl index 20946ebd961..f98f9070b65 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.16, TeX Live Package Manager +# This file belongs to TLPM v2.17, TeX Live Package Manager # Public Domain, P.Jackowski@gust.org.pl -BEGIN{$tlpm_version="2.16";$tlpm_os="i386-linux"} +BEGIN{$tlpm_version="2.17";$tlpm_os="i386-linux"} # the main tlpm script |