diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-27 23:33:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-27 23:33:00 +0000 |
commit | 73561be6047c9a7380867df37651094ecae2df65 (patch) | |
tree | 4fcb6d2d3dee487b17f2c74ffb0d47ea004cf511 /Master/tlpkg/bin/tl-update-images | |
parent | 35991255091be06d8b845cc069a6ba53c1b98531 (diff) |
tl19 pretest setup
git-svn-id: svn://tug.org/texlive/trunk@50149 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 51f00e010c3..7e1a130504a 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-2018 Karl Berry. +# Copyright 2007-2019 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=2018 +V=2019 D=`date +%Y%m%d` target=/home/ftp/texlive/Images/test |