Repository: incubator-impala Updated Branches: refs/heads/branch-2.9.0 7763b8cc8 -> 8049f8113
Update VERSION to 2.9.0 to begin release candidate testing Change-Id: I88b03479ae1d73afc9e3f5883ee09ae2f9bcfe09 Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/8049f811 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/8049f811 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/8049f811 Branch: refs/heads/branch-2.9.0 Commit: 8049f811379c6f316520934fa7c495a4fc54d45d Parents: 7763b8c Author: Taras Bobrovytsky <[email protected]> Authored: Wed May 31 17:53:01 2017 -0700 Committer: Taras Bobrovytsky <[email protected]> Committed: Wed May 31 17:53:01 2017 -0700 ---------------------------------------------------------------------- bin/save-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/8049f811/bin/save-version.sh ---------------------------------------------------------------------- diff --git a/bin/save-version.sh b/bin/save-version.sh index 6de5a7d..53b8eee 100755 --- a/bin/save-version.sh +++ b/bin/save-version.sh @@ -21,7 +21,7 @@ # Note: for internal (aka pre-release) versions, the version should have # "-INTERNAL" appended. Parts of the code will look for this to distinguish # between released and internal versions. -VERSION=2.9.0-SNAPSHOT +VERSION=2.9.0-RELEASE GIT_HASH=$(git rev-parse HEAD 2> /dev/null) if [ -z $GIT_HASH ] then
