Update from 1.8 branch.

This commit is contained in:
Brad King 2003-08-11 15:07:12 -04:00
parent 8e3202d6b3
commit 173aa0e783
1 changed files with 6 additions and 5 deletions

View File

@ -23,10 +23,11 @@
# #
# Release version number. # Release version number.
TAG="Release-1-6-7" TAG="Release-1-8-0"
VERSION="1.6.7" CMAKE_VERSION="1.8"
VERSION="${CMAKE_VERSION}.0"
RELEASE="1" RELEASE="1"
PREVIOUS_VERSION="1.4.7" PREVIOUS_VERSION="1.6.7"
PREVIOUS_RELEASE="1" PREVIOUS_RELEASE="1"
# CVSROOT setting used to check out CMake. # CVSROOT setting used to check out CMake.
@ -219,7 +220,7 @@ remote_binary()
upload() upload()
{ {
echo "------- Copying tarballs to www.cmake.org. -------" echo "------- Copying tarballs to www.cmake.org. -------"
scp cmake-${VERSION}*tar.* kitware@www.cmake.org:/projects/FTP/pub/cmake scp cmake-${VERSION}*tar.* kitware@www.cmake.org:/projects/FTP/pub/cmake/v${CMAKE_VERSION}
echo "---- Done copying tarballs to www.cmake.org. -----" echo "---- Done copying tarballs to www.cmake.org. -----"
} }
@ -657,7 +658,7 @@ win32_upload()
setup || return 1 setup || return 1
echo "------- Copying windows zip file to www.cmake.org. -------" echo "------- Copying windows zip file to www.cmake.org. -------"
scp Win32/cmake-${VERSION}-x86-win.zip \ scp Win32/cmake-${VERSION}-x86-win.zip \
kitware@www.cmake.org:/projects/FTP/pub/cmake kitware@www.cmake.org:/projects/FTP/pub/cmake/v${CMAKE_VERSION}
echo "---- Done copying windows zip file to www.cmake.org. -----" echo "---- Done copying windows zip file to www.cmake.org. -----"
} }