Repository: incubator-impala Updated Branches: refs/heads/master 3426a0495 -> cb52b2b8a
Prepare for official 2.8 release by incrementing version number Change-Id: I2dd16c98c32f8bece3a886c6d5e97c86720806e4 Reviewed-on: http://gerrit.cloudera.org:8080/5763 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/a2041ddd Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/a2041ddd Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/a2041ddd Branch: refs/heads/master Commit: a2041dddb7a054fe8a53db0e19474c803b29d728 Parents: 3426a04 Author: Jim Apple <[email protected]> Authored: Fri Jan 20 20:56:27 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Sat Jan 21 09:49:29 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/a2041ddd/bin/save-version.sh ---------------------------------------------------------------------- diff --git a/bin/save-version.sh b/bin/save-version.sh index da736ad..6de5a7d 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-SNAPSHOT +VERSION=2.9.0-SNAPSHOT GIT_HASH=$(git rev-parse HEAD 2> /dev/null) if [ -z $GIT_HASH ] then
