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

incubator-impala git commit: IMPALA-4116: Remove 'cdh' from version string

Repository: incubator-impala
Updated Branches:
  refs/heads/branch-2.7.0 d385ac72d -> 046267b72


IMPALA-4116: Remove 'cdh' from version string

Change-Id: I7754538a23e73dcdebc6e3df509f357cbe03198c
Reviewed-on: http://gerrit.cloudera.org:8080/4421
Reviewed-by: Jim Apple <jb...@cloudera.com>
Tested-by: Internal Jenkins

Conflicts:
	bin/save-version.sh


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

Branch: refs/heads/branch-2.7.0
Commit: 046267b72e5b63b134a4ef004ccde2a268a9ae42
Parents: d385ac7
Author: Lars Volker <lv...@cloudera.com>
Authored: Mon Sep 12 15:47:28 2016 -0700
Committer: Jim Apple <jb...@cloudera.com>
Committed: Fri Sep 16 09:15:45 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/046267b7/bin/save-version.sh
----------------------------------------------------------------------
diff --git a/bin/save-version.sh b/bin/save-version.sh
index 6b93f41..64359a0 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.7.0
 GIT_HASH=$(git rev-parse HEAD)
 BUILD_TIME=`date`
 HEADER="# Generated version information from save-version.sh"