From 1cdb777a626b4ab0cc15938898b87c347c26ab33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 3 Jul 2008 09:33:18 +0000 Subject: [PATCH] Released version 20080224.91; prepared for next release --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 2dc71c1..3f75673 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=91 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, July 3, 2008" + REV_YEAR="2008" echo "Substituting variables for version $VERSION, build r$REV_NUM on \ $REV_DATE..." for VAR_FILE in $VAR_FILES; do