From 55a792908f21e6b068cc6185930cc92a6351b845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Fri, 4 Jul 2008 21:40:53 +0000 Subject: [PATCH] Prepared for next release --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 2dc71c1..856620c 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=93 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="Friday, July 4, 2008" + REV_YEAR="2008" echo "Substituting variables for version $VERSION, build r$REV_NUM on \ $REV_DATE..." for VAR_FILE in $VAR_FILES; do