diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/Tools/MakeImages.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/Tools/MakeImages.sh b/Master/Tools/MakeImages.sh index c8869a8d268..6155651a998 100755 --- a/Master/Tools/MakeImages.sh +++ b/Master/Tools/MakeImages.sh @@ -9,7 +9,7 @@ # c) demo: live subset which can be run as is (CD) # but this was dropped in 2004. # -# Copyright (c) Sebastian Rahtz 2003, 2004, 2005. +# Copyright (c) Sebastian Rahtz 2003, 2004, 2005, 2006. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -34,8 +34,8 @@ HERE=`cd \`dirname $0\` && /bin/pwd` cd $HERE || exit 1 # the Tools directory source=`cd .. && /bin/pwd` -NAME=texlive -V=2005 +NAME=texlivetest +V=2006 D=`date +%Y%m%d` debug=${OVERRIDE_DEBUG-false} |