From 28e67b5e929824553ab80de8d37288a684b00008 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Mon, 14 Mar 2016 11:01:31 +0000 Subject: Add the last Bazel version number to ./compile.sh All Bazel should now contain the latest version with a date modifier to ensure we can track all Bazel builds out there. It is especially important for #1014. -- Change-Id: I8d17d9e1660b104c2b8623d5a8a06d010d044ea7 Reviewed-on: https://bazel-review.googlesource.com/3070 MOS_MIGRATED_REVID=117120584 --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index 24a179f05a..56299b8f1b 100755 --- a/compile.sh +++ b/compile.sh @@ -83,7 +83,7 @@ fi if [ "${EMBED_LABEL-x}" = "x" ]; then # Add a default label when unspecified git_sha1=$(git_sha1) - EMBED_LABEL="head (@${git_sha1:-non-git})" + EMBED_LABEL="$(get_last_version) (@${git_sha1:-non-git})" fi if [[ $PLATFORM == "darwin" ]] && \ -- cgit v1.2.3