diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-29 22:05:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-29 22:05:29 +0000 |
commit | c82ddbbe1c3aae78dbcf77573549b2eaa39fd669 (patch) | |
tree | bb36851813a76c29c6432a27357c2bb89e4021b5 /Master/tlpkg/bin/tl-update-images | |
parent | 55097199d5a72bdb3cbe219ff0509e8daac93a3c (diff) |
2020 pretest setup
git-svn-id: svn://tug.org/texlive/trunk@53976 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 72a9b623835..4348b58811a 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -2,7 +2,7 @@ # $Id$ # Create the .iso image(s) for TeX Live. # -# Copyright 2007-2019 Karl Berry. +# Copyright 2007-2020 Karl Berry. # Copyright 2003, 2004, 2005 Sebastian Rahtz. # # This file is licensed under the GNU General Public License version 2 @@ -12,7 +12,7 @@ # Historical notes at the end of the script. NAME=texlive -V=2019 +V=2020 D=`date +%Y%m%d` target=/home/ftp/texlive/Images/test |