Repository: incubator-impala Updated Branches: refs/heads/master 6e4064d94 -> 3904d3091
IMPALA-4116: Remove 'cdh' from version string Change-Id: I7754538a23e73dcdebc6e3df509f357cbe03198c Reviewed-on: http://gerrit.cloudera.org:8080/4421 Reviewed-by: Jim Apple <[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/a301ff4a Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/a301ff4a Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/a301ff4a Branch: refs/heads/master Commit: a301ff4a5639102c17d9227571863a675b078f5e Parents: 6e4064d Author: Lars Volker <[email protected]> Authored: Mon Sep 12 15:47:28 2016 -0700 Committer: Internal Jenkins <[email protected]> Committed: Fri Sep 16 01:44:36 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/a301ff4a/bin/save-version.sh ---------------------------------------------------------------------- diff --git a/bin/save-version.sh b/bin/save-version.sh index 01caf77..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.8.0-cdh5-INTERNAL +VERSION=2.7.0 GIT_HASH=$(git rev-parse HEAD) BUILD_TIME=`date` HEADER="# Generated version information from save-version.sh"
