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

stigahuang pushed a commit to annotated tag 4.1.1-rc1
in repository https://gitbox.apache.org/repos/asf/impala.git

commit ec5a1b0f01ba75cbe5ba3b7d8af492738c2dfa13
Author: stiga-huang <[email protected]>
AuthorDate: Thu Sep 29 06:33:18 2022 +0800

    Update version to 4.1.1-RELEASE
    
    Change-Id: I28e2acc91165d0fbc769d5ae182fee7b6e76c6ce
---
 bin/impala-config.sh | 2 +-
 bin/save-version.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 6cc6ff2b6..6a3e8786f 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -70,7 +70,7 @@ fi
 # WARNING: If changing this value, also run these commands:
 # cd ${IMPALA_HOME}/java
 # mvn versions:set -DnewVersion=YOUR_NEW_VERSION
-export IMPALA_VERSION=4.1.1-SNAPSHOT
+export IMPALA_VERSION=4.1.1-RELEASE
 
 # The unique build id of the toolchain to use if bootstrapping. This is 
generated by the
 # native-toolchain build when publishing its build artifacts. This should be 
changed when
diff --git a/bin/save-version.sh b/bin/save-version.sh
index 85e5f899e..28882288a 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=${IMPALA_VERSION}
-GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
+GIT_HASH=dddc17c1ef6037f3881a92f9188ffa57acd1bece
 if [ -z $GIT_HASH ]
 then
   GIT_HASH="Could not obtain git hash"

Reply via email to