You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by st...@apache.org on 2022/03/24 09:19:51 UTC

[impala] 02/02: Prepare 3.4.1 RC3

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

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

commit bf5dd6cc0338e37eef70d3be34c18b44f142cdc7
Author: stiga-huang <hu...@gmail.com>
AuthorDate: Thu Mar 24 17:18:28 2022 +0800

    Prepare 3.4.1 RC3
    
    Change-Id: I78e6df34da6f6d5510b3b917a755455dea84e6a0
---
 bin/save-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/save-version.sh b/bin/save-version.sh
index eedaf2d..b56dca1 100755
--- a/bin/save-version.sh
+++ b/bin/save-version.sh
@@ -22,7 +22,7 @@
 # "-INTERNAL" appended. Parts of the code will look for this to distinguish
 # between released and internal versions.
 VERSION=3.4.1-RELEASE
-GIT_HASH=134b6492edece7d723bd48890dc934e331988a16
+GIT_HASH=eb1ed66fa435a722fa8c6a7c58ff53edc10c572e
 if [ -z $GIT_HASH ]
 then
   GIT_HASH="Could not obtain git hash"