You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ph...@apache.org on 2018/01/23 00:43:53 UTC

[4/6] impala git commit: Bumping version to 3.0.

Bumping version to 3.0.

This changes the version that Impala presents as to 3.0. We are
simultaneously introducing a 2.x branch that continues
to identify itself as 2.x (where x=11 right now).

Cherry-picks: not for 2.x.
Change-Id: Id39f9648cb9b40b67b1029fa8c4132cd04c1d0c6
Reviewed-on: http://gerrit.cloudera.org:8080/9044
Reviewed-by: Tim Armstrong <ta...@cloudera.com>
Tested-by: Impala Public Jenkins


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

Branch: refs/heads/master
Commit: 018f95e424414eff1bfec2718244172713f729ab
Parents: 503583e
Author: Philip Zeyliger <ph...@cloudera.com>
Authored: Wed Jan 17 09:34:01 2018 -0800
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Sat Jan 20 20:34:27 2018 +0000

----------------------------------------------------------------------
 bin/save-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/018f95e4/bin/save-version.sh
----------------------------------------------------------------------
diff --git a/bin/save-version.sh b/bin/save-version.sh
index 1b1507a..46de902 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.11.0-SNAPSHOT
+VERSION=3.0.0-SNAPSHOT
 GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
 if [ -z $GIT_HASH ]
 then