Skip to content

Commit

Permalink
Released version 20080224.91; prepared for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Jul 3, 2008
1 parent fbe0e0d commit 1cdb777
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1cdb777

Please sign in to comment.