You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jb...@apache.org on 2017/01/05 16:16:04 UTC

incubator-impala git commit: Update VERSION string for this release branch

Repository: incubator-impala
Updated Branches:
  refs/heads/branch-2.8.0 4fa9270e6 -> 7b0c13585


Update VERSION string for this release branch

Change-Id: Ifd705d23bee5cc2d69725c70760557c15ba7c0a1


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/7b0c1358
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/7b0c1358
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/7b0c1358

Branch: refs/heads/branch-2.8.0
Commit: 7b0c13585937e9b8ba01ba38e78ef7e0566678ab
Parents: 4fa9270
Author: Jim Apple <jb...@apache.org>
Authored: Thu Jan 5 08:15:36 2017 -0800
Committer: Jim Apple <jb...@apache.org>
Committed: Thu Jan 5 08:15:36 2017 -0800

----------------------------------------------------------------------
 bin/save-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/7b0c1358/bin/save-version.sh
----------------------------------------------------------------------
diff --git a/bin/save-version.sh b/bin/save-version.sh
index da736ad..002ce31 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=2.8.0-SNAPSHOT
+VERSION=2.8.0-RELEASE
 GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
 if [ -z $GIT_HASH ]
 then