You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jb...@apache.org on 2021/05/06 19:02:10 UTC

[impala] branch branch-4.0.0 updated: Prep 4.0.0 RC1

This is an automated email from the ASF dual-hosted git repository.

jbapple pushed a commit to branch branch-4.0.0
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/branch-4.0.0 by this push:
     new 6667f17  Prep 4.0.0 RC1
6667f17 is described below

commit 6667f1755e2aaf02f5161349545ba6f8d7c34a96
Author: Jim Apple <jb...@apache.org>
AuthorDate: Thu May 6 11:59:35 2021 -0700

    Prep 4.0.0 RC1
    
    Change-Id: I679889a7c976dd78ffcaf729677dccf62402a1ac
---
 bin/save-version.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/save-version.sh b/bin/save-version.sh
index c203f33..c633666 100755
--- a/bin/save-version.sh
+++ b/bin/save-version.sh
@@ -21,8 +21,8 @@
 # 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=4.0.0-SNAPSHOT
-GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
+VERSION=4.0.0-RELEASE
+GIT_HASH=676f79aa81d02c8638439edf6a43841fb0a7671e
 if [ -z $GIT_HASH ]
 then
   GIT_HASH="Could not obtain git hash"