You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jo...@apache.org on 2020/04/13 23:52:40 UTC

[impala] branch master updated: Update version to 4.0.0-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1397dc9  Update version to 4.0.0-SNAPSHOT
1397dc9 is described below

commit 1397dc9a499ae5340b2fe834752dd4a82443e39b
Author: Joe McDonnell <jo...@cloudera.com>
AuthorDate: Mon Mar 16 09:09:19 2020 -0700

    Update version to 4.0.0-SNAPSHOT
    
    Change-Id: I4fddb36b09f68d7a98950ecb1f4179f089a634dd
    Reviewed-on: http://gerrit.cloudera.org:8080/15449
    Reviewed-by: Joe McDonnell <jo...@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 7c02636..c203f33 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=4.0.0-SNAPSHOT
 GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
 if [ -z $GIT_HASH ]
 then