Repository: incubator-impala Updated Branches: refs/heads/master 0a54cb5ec -> f0e79314f
Increment version to 2.11.0-SNAPSHOT Change-Id: I2a60fbc5f2c1a9ba9697e6f1114bdf18997aa92c Reviewed-on: http://gerrit.cloudera.org:8080/8080 Reviewed-by: Lars Volker <[email protected]> Tested-by: Impala Public 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/bdbfe22c Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/bdbfe22c Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/bdbfe22c Branch: refs/heads/master Commit: bdbfe22c7f19a6c5599b5bb7d59b8e035ffc6cc9 Parents: 0a54cb5 Author: Bharath Vissapragada <[email protected]> Authored: Thu Sep 14 22:49:04 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Fri Sep 15 20:48:00 2017 +0000 ---------------------------------------------------------------------- bin/save-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/bdbfe22c/bin/save-version.sh ---------------------------------------------------------------------- diff --git a/bin/save-version.sh b/bin/save-version.sh index 3c23613..1b1507a 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.10.0-SNAPSHOT +VERSION=2.11.0-SNAPSHOT GIT_HASH=$(git rev-parse HEAD 2> /dev/null) if [ -z $GIT_HASH ] then
