You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by kw...@apache.org on 2018/10/10 18:55:30 UTC

impala git commit: Update version to 3.0.1-RELEASE

Repository: impala
Updated Branches:
  refs/heads/branch-3.0.1 [created] f5847af6f


Update version to 3.0.1-RELEASE

Change-Id: Icb8f14541ebce56278c9f033e235ae0783d0e6c3


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

Branch: refs/heads/branch-3.0.1
Commit: f5847af6f048ba143426f610b6206a70267c09e0
Parents: 13e93e7
Author: Michael Ho <kw...@cloudera.com>
Authored: Mon Oct 8 15:50:48 2018 -0700
Committer: Michael Ho <kw...@cloudera.com>
Committed: Mon Oct 8 15:50:48 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/impala/blob/f5847af6/bin/save-version.sh
----------------------------------------------------------------------
diff --git a/bin/save-version.sh b/bin/save-version.sh
index 0a433dd..c87335d 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=3.1.0-SNAPSHOT
+VERSION=3.0.1-RELEASE
 GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
 if [ -z $GIT_HASH ]
 then