Repository: incubator-impala Updated Branches: refs/heads/branch-2.8.0 48792eb92 -> 2423d23f8
Update VERSION to begin release candidate testing Change-Id: I0fcec577babba0929600d540936bb154a42dee50 Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/2423d23f Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/2423d23f Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/2423d23f Branch: refs/heads/branch-2.8.0 Commit: 2423d23f8a84f4b38d2250ae0598207aeda243b2 Parents: 48792eb Author: Jim Apple <[email protected]> Authored: Fri Jan 6 15:53:24 2017 -0800 Committer: Jim Apple <[email protected]> Committed: Fri Jan 6 15:53:24 2017 -0800 ---------------------------------------------------------------------- bin/save-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/2423d23f/bin/save-version.sh ---------------------------------------------------------------------- diff --git a/bin/save-version.sh b/bin/save-version.sh index da736ad..002ce31 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.8.0-SNAPSHOT +VERSION=2.8.0-RELEASE GIT_HASH=$(git rev-parse HEAD 2> /dev/null) if [ -z $GIT_HASH ] then
