You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2016/09/01 21:36:41 UTC

[2/3] incubator-impala git commit: Bump Impala version to 2.8

Bump Impala version to 2.8

Change-Id: I5b147dee9bb7fcb159e98a008c01659a4cb7473b
Reviewed-on: http://gerrit.cloudera.org:8080/4170
Tested-by: Internal Jenkins
Reviewed-by: Alex Behm <al...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/2cd75246
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/2cd75246
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/2cd75246

Branch: refs/heads/master
Commit: 2cd752461f69578694bd8be2bde137b5595b8bed
Parents: 5f3ee38
Author: Harrison Sheinblatt <hs...@cloudera.com>
Authored: Tue Aug 30 10:15:14 2016 -0700
Committer: Harrison Sheinblatt <hs...@hotmail.com>
Committed: Thu Sep 1 05:01:03 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/2cd75246/bin/save-version.sh
----------------------------------------------------------------------
diff --git a/bin/save-version.sh b/bin/save-version.sh
index 6b93f41..01caf77 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-cdh5-INTERNAL
+VERSION=2.8.0-cdh5-INTERNAL
 GIT_HASH=$(git rev-parse HEAD)
 BUILD_TIME=`date`
 HEADER="# Generated version information from save-version.sh"