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 bafce5c9f5673d9f62932f284997bb476c9baeea Author: Zoltan Borok-Nagy <[email protected]> AuthorDate: Sun May 19 11:39:02 2024 +0200 Update GIT_HASH for version 4.4.0 Change-Id: I87f26ab038a2d7f453c63aaf6edf1b4b3c62c3c5 --- 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 0fc5fbd69..bed3b63dc 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=99ce967ba60666adff5dd74fd38a06fee7f2c521 +GIT_HASH=c9745fd5b941f52b3cd3496c425722fcbbffe894 if [ -z $GIT_HASH ] then GIT_HASH="Could not obtain git hash"
