Skip to content

Commit

Permalink
Hard-coded date of first release
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Jun 5, 2008
1 parent 370245d commit 1966121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
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="Wednesday, June 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
Expand Down

0 comments on commit 1966121

Please sign in to comment.