You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by st...@apache.org on 2019/08/19 16:23:21 UTC

[impala] branch branch-3.3.0 updated: Update version to 3.3.0-RELEASE

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

stigahuang pushed a commit to branch branch-3.3.0
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/branch-3.3.0 by this push:
     new 1036f5a  Update version to 3.3.0-RELEASE
1036f5a is described below

commit 1036f5af41fdecd2ae3aed3e86f765b4dbaf6ee5
Author: stiga-huang <hu...@gmail.com>
AuthorDate: Mon Aug 19 09:22:42 2019 -0700

    Update version to 3.3.0-RELEASE
    
    Change-Id: Ie1de221be4852572783a40770d31e490482b12ca
---
 bin/save-version.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/save-version.sh b/bin/save-version.sh
index f170db3..acc0bb0 100755
--- a/bin/save-version.sh
+++ b/bin/save-version.sh
@@ -21,8 +21,8 @@
 # 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.3.0-SNAPSHOT
-GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
+VERSION=3.3.0-RELEASE
+GIT_HASH=0f840c5a0f5e673c67cbd482e62065fd47b98e1a
 if [ -z $GIT_HASH ]
 then
   GIT_HASH="Could not obtain git hash"