Increment version to 2.10.0-SNAPSHOT Change-Id: I884fd141a20c09968b8934c407856090f731b4a9 Reviewed-on: http://gerrit.cloudera.org:8080/7214 Reviewed-by: Jim Apple <[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/a07253a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/a07253a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/a07253a8 Branch: refs/heads/master Commit: a07253a814c370bcde9bdc9351b62134ba9550ed Parents: 7f38179 Author: Taras Bobrovytsky <[email protected]> Authored: Fri Jun 16 14:33:58 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Sat Jun 17 02:30:11 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/a07253a8/bin/save-version.sh ---------------------------------------------------------------------- diff --git a/bin/save-version.sh b/bin/save-version.sh index 6de5a7d..3c23613 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.9.0-SNAPSHOT +VERSION=2.10.0-SNAPSHOT GIT_HASH=$(git rev-parse HEAD 2> /dev/null) if [ -z $GIT_HASH ] then
