Bump Impala version to 2.7.0 Change-Id: Ibf67f61936260e66a5bb0d7fe63e4930850252c6 Reviewed-on: http://gerrit.cloudera.org:8080/3167 Reviewed-by: Bharath Vissapragada <[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/f0e02867 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/f0e02867 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/f0e02867 Branch: refs/heads/master Commit: f0e02867787aebbbb8dc893d262bde5bb642c35b Parents: d70ffa4 Author: Harrison Sheinblatt <[email protected]> Authored: Sun May 22 13:22:10 2016 -0700 Committer: Tim Armstrong <[email protected]> Committed: Tue May 24 16:40:59 2016 -0700 ---------------------------------------------------------------------- bin/save-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/f0e02867/bin/save-version.sh ---------------------------------------------------------------------- diff --git a/bin/save-version.sh b/bin/save-version.sh index 19573e7..1da16ff 100755 --- a/bin/save-version.sh +++ b/bin/save-version.sh @@ -17,7 +17,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.6.0-cdh5-INTERNAL +VERSION=2.7.0-cdh5-INTERNAL GIT_HASH=$(git rev-parse HEAD) BUILD_TIME=`date` HEADER="# Generated version information from save-version.sh"
