diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-17 18:46:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-17 18:46:27 +0000 |
commit | ac792b4a44cef742b714ba66ae23e98ef65d9b5d (patch) | |
tree | 5435e3513bb1413875279039cda7fb7d9753e598 /Master/tlpkg/bin/tl-update-images | |
parent | 89dbc5a615f614b66b3caf0761ee318c1e941019 (diff) |
prepare for building test images
git-svn-id: svn://tug.org/texlive/trunk@23030 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 acac95f3e1d..b28231df477 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, 2008, 2009, 2010 Karl Berry. +# Copyright 2007, 2008, 2009, 2010, 2011 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=2010 +V=2011 D=`date +%Y%m%d` target=/home/ftp/texlive/Images/test |