IMPALA-4194: Bump version to 2.8.0 Change-Id: I57a3655bf72d53bd7dd273d5d73de05d8ff332ab Reviewed-on: http://gerrit.cloudera.org:8080/4525 Reviewed-by: Jim Apple <[email protected]> Tested-by: Internal Jenkins
Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/d83783e2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/d83783e2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/d83783e2 Branch: refs/heads/master Commit: d83783e2464a50b04cec7a3df774306af5a62cdd Parents: 2465539 Author: Lars Volker <[email protected]> Authored: Fri Sep 23 09:08:06 2016 -0700 Committer: Internal Jenkins <[email protected]> Committed: Fri Sep 23 20:33:24 2016 +0000 ---------------------------------------------------------------------- bin/save-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/d83783e2/bin/save-version.sh ---------------------------------------------------------------------- diff --git a/bin/save-version.sh b/bin/save-version.sh index bc0de75..64f4221 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.7.0 +VERSION=2.8.0 GIT_HASH=$(git rev-parse HEAD 2> /dev/null) if [ -z $GIT_HASH ] then
