From 2c87e2cf8d466122532a9dd74c1e23e71bb1f827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 19 Jun 2008 09:28:54 +0000 Subject: [PATCH] Packaged build 66 --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 2dc71c1..767b132 100644 --- a/build.sh +++ b/build.sh @@ -41,7 +41,7 @@ PRUNE_DIRS= # exclude files with these directories in their paths (space BEFORE_BUILD= # run this before building (bash command) AFTER_BUILD= # ...and this after the build (bash command) -REV_NUM=`svnversion -n | cat` +REV_NUM=66 if [ -z $1 ]; then . ./config_build.sh @@ -102,8 +102,8 @@ done cd $TMP_DIR if [ -n "$VAR_FILES" ]; then - REV_DATE=`date -u '+%A, %B %e, %Y'` - REV_YEAR=`date -u '+%Y'` + REV_DATE="Thursday, June 19, 2008" + REV_YEAR="2008" echo "Substituting variables for version $VERSION, build r$REV_NUM on \ $REV_DATE..." for VAR_FILE in $VAR_FILES; do