Repository: incubator-impala Updated Branches: refs/heads/master e3abf84cc -> 0f188636d
IMPALA-4116: Remove 'cdh' from version string again The rebase of another change went wrong and undid the change of I7754538a23e73dcdebc6e3df509f357cbe03198c so we need to do this one again. Previous review was at http://gerrit.cloudera.org:8080/4421 . Change-Id: Ie386d25f2006e2dcebcbfd3d6ae88f70d65efb0f Reviewed-on: http://gerrit.cloudera.org:8080/4439 Reviewed-by: Sailesh Mukil <[email protected]> Reviewed-by: Lars Volker <[email protected]> Reviewed-by: Jim Apple <[email protected]> Tested-by: Sailesh Mukil <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/1e33d04e Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/1e33d04e Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/1e33d04e Branch: refs/heads/master Commit: 1e33d04e52d71fc7de3417fad629abfd94e43b31 Parents: e3abf84 Author: Lars Volker <[email protected]> Authored: Fri Sep 16 09:32:38 2016 -0700 Committer: Jim Apple <[email protected]> Committed: Fri Sep 16 16:44:46 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/1e33d04e/bin/save-version.sh ---------------------------------------------------------------------- diff --git a/bin/save-version.sh b/bin/save-version.sh index 978222e..bc0de75 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.8.0-cdh5-INTERNAL +VERSION=2.7.0 GIT_HASH=$(git rev-parse HEAD 2> /dev/null) if [ -z $GIT_HASH ] then
