Skip to content

Commit

Permalink
Bump revision to 5 to match internal releases that never went public
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Jun 16, 2016
1 parent 5123944 commit 941c4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/builder_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if [ -z "${PRODUCT_VERSION}" ]; then

export PRODUCT_VERSION=$(head -n 1 ${PRODUCT_SRC}/etc/version)
fi
export PRODUCT_REVISION=${PRODUCT_REVISION:-"3"}
export PRODUCT_REVISION=${PRODUCT_REVISION:-"5"}

# Product repository tag to build
_cur_git_repo_branch_or_tag=$(git -C ${BUILDER_ROOT} rev-parse --abbrev-ref HEAD)
Expand Down

0 comments on commit 941c4c5

Please sign in to comment.