This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a commit to branch branch-4.4.0 in repository https://gitbox.apache.org/repos/asf/impala.git
commit aac50089de00af0059b58a651aa658196a826161 Author: Zoltan Borok-Nagy <[email protected]> AuthorDate: Tue Apr 23 11:10:49 2024 +0200 Update GIT_HASH for version 4.4.0 Change-Id: I6535485e1dbd4d05c1d0b714d95a3a87ceb1963f --- 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 ffa844dd2..0fc5fbd69 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=61ceb16d880a7be07241f682138bfb286ec2a80e +GIT_HASH=99ce967ba60666adff5dd74fd38a06fee7f2c521 if [ -z $GIT_HASH ] then GIT_HASH="Could not obtain git hash"
