cvs to svn changes for 2.8.5

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2007-08-07 12:01:07 +00:00
parent 8de86fa902
commit 72d5e4361f
3 changed files with 8 additions and 19 deletions

View File

@@ -11,13 +11,13 @@ STAGING_DIR=./BUILD
DIST_DIR=../deliver
# directory to store the wx tree we pull from CVS
WX_TEMP_DIR=/tmp/wx-temp
WX_TEMP_DIR=/tmp/wx-temp28
DOCDIR=${WX_TEMP_DIR}/wxWidgets/docs/
CURDATE=`date -I`
# build info
BUILD_VERSION=2.8.4
BUILD_VERSION=2.8.5-rc1
BUILD_TAG=HEAD
@@ -26,7 +26,7 @@ if [ "$KIND" = "release" ]; then
else
KIND=daily
BUILD_VERSION=${CURDATE}
FTPDIR=/home/ftp/pub/CVS_HEAD/v2
FTPDIR=/home/ftp/pub/28_Branch/v2
fi
echo "Building for ${BUILD_VERSION}"