Update GIT_HASH for version 3.4.2

Change-Id: I354685e72a8835abbf2e102b7c8192416324a394
This commit is contained in:
stiga-huang
2024-06-17 06:18:42 +08:00
parent dd62dd98b9
commit cbb6fa1cf2

View File

@@ -22,7 +22,7 @@
# "-INTERNAL" appended. Parts of the code will look for this to distinguish # "-INTERNAL" appended. Parts of the code will look for this to distinguish
# between released and internal versions. # between released and internal versions.
VERSION=${IMPALA_VERSION} VERSION=${IMPALA_VERSION}
GIT_HASH=a5e5aa16d887faedee4eea1bc809fba41d758f5b GIT_HASH=dd62dd98b90f114cc0b1fbbce966a7194f30971a
if [ -z $GIT_HASH ] if [ -z $GIT_HASH ]
then then
GIT_HASH="Could not obtain git hash" GIT_HASH="Could not obtain git hash"