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

[impala] 02/02: Update version to 3.4.0-SNAPSHOT

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

arodoni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 661d2d6bc73042adb7ece6be69661b4869def99e
Author: stiga-huang <hu...@gmail.com>
AuthorDate: Thu Aug 22 12:08:52 2019 -0700

    Update version to 3.4.0-SNAPSHOT
    
    Change-Id: I84e5b33dafe4715077cb2aeb5f1ecbb8fd227f27
    Reviewed-on: http://gerrit.cloudera.org:8080/14125
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 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 f170db3..7c02636 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.3.0-SNAPSHOT
+VERSION=3.4.0-SNAPSHOT
 GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
 if [ -z $GIT_HASH ]
 then