This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a commit to branch branch-3.4.0
in repository https://gitbox.apache.org/repos/asf/impala.git
The following commit(s) were added to refs/heads/branch-3.4.0 by this push:
new 5c16b1c Update version to 3.4.0-RELEASE
5c16b1c is described below
commit 5c16b1c63f5471cc05b36f6ae593e92194f93f07
Author: Joe McDonnell <[email protected]>
AuthorDate: Mon Mar 16 08:30:58 2020 -0700
Update version to 3.4.0-RELEASE
Change-Id: I8dab5e0914020b2e21dd51a87a2188395163a982
---
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 7c02636..4d24395 100755
--- a/bin/save-version.sh
+++ b/bin/save-version.sh
@@ -21,7 +21,7 @@
# Note: for internal (aka pre-release) versions, the version should have
# "-INTERNAL" appended. Parts of the code will look for this to distinguish
# between released and internal versions.
-VERSION=3.4.0-SNAPSHOT
+VERSION=3.4.0-RELEASE
GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
if [ -z $GIT_HASH ]
then