diff options
author | Karl Berry <karl@freefriends.org> | 2008-08-14 13:16:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-08-14 13:16:30 +0000 |
commit | 8d51153c82dcab4b8c153a97c97ec5491f4494ac (patch) | |
tree | a08fd198e37a535862888429904e4f46db590927 /Master/tlpkg/TeXLive | |
parent | 692cadb76fd466e13648572890ea7d2c8114ad96 (diff) |
switch release identifier from tldev to 2008
git-svn-id: svn://tug.org/texlive/trunk@10341 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 67f260a00f3..887a9537034 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -55,7 +55,7 @@ our $DefaultContainerExtension = "tar.lzma"; our $Archive = "archive"; our $TeXLiveServerURL = "http://mirror.ctan.org"; -our $TeXLiveServerPath = "systems/texlive/tlnet/tldev"; +our $TeXLiveServerPath = "systems/texlive/tlnet/2008"; our $TeXLiveURL = "$TeXLiveServerURL/$TeXLiveServerPath"; our $WinSpecialUpdatePackagesRegexp = |