You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by sa...@apache.org on 2018/04/19 20:39:40 UTC

impala git commit: Update version to 2.12.0-RELEASE

Repository: impala
Updated Branches:
  refs/heads/branch-2.12.0 b6d558a20 -> 56d0ad487


Update version to 2.12.0-RELEASE

Change-Id: Ib19da2c37d76b7dd2dcd71e8725948b92652f20f


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/56d0ad48
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/56d0ad48
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/56d0ad48

Branch: refs/heads/branch-2.12.0
Commit: 56d0ad4872bc05d499438c75e05bb6c85c3a3b83
Parents: b6d558a
Author: Sailesh Mukil <sa...@cloudera.com>
Authored: Thu Apr 19 13:38:25 2018 -0700
Committer: Sailesh Mukil <sa...@cloudera.com>
Committed: Thu Apr 19 13:38:25 2018 -0700

----------------------------------------------------------------------
 bin/save-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/56d0ad48/bin/save-version.sh
----------------------------------------------------------------------
diff --git a/bin/save-version.sh b/bin/save-version.sh
index 9ead5be..f416b02 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.12.0-SNAPSHOT
+VERSION=2.12.0-RELEASE
 GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
 if [ -z $GIT_HASH ]
 then