Repository: impala Updated Branches: refs/heads/2.x 57f95865c -> 3d52f8c99
IMPALA-6743: bump from 2.11 to 2.12 Next release is 2.12 so update the 2.x branch to refer to 2.12 (2.11 has already been released). Change-Id: Iaeaf230bf6f0cbf299edd4cf5ede4cb808523f1c Reviewed-on: http://gerrit.cloudera.org:8080/9809 Reviewed-by: Lars Volker <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/ae20eb44 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/ae20eb44 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/ae20eb44 Branch: refs/heads/2.x Commit: ae20eb4470ae6e41371f70894fd666355fb56b14 Parents: 57f9586 Author: Vuk Ercegovac <[email protected]> Authored: Mon Mar 26 15:33:45 2018 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Mar 27 02:50:09 2018 +0000 ---------------------------------------------------------------------- bin/save-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/ae20eb44/bin/save-version.sh ---------------------------------------------------------------------- diff --git a/bin/save-version.sh b/bin/save-version.sh index 1b1507a..9ead5be 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.11.0-SNAPSHOT +VERSION=2.12.0-SNAPSHOT GIT_HASH=$(git rev-parse HEAD 2> /dev/null) if [ -z $GIT_HASH ] then
