Repository: incubator-impala
Updated Branches:
  refs/heads/master 6cc296ec8 -> b5b848f37


IMPALA-4199: Add 'SNAPSHOT' to Impala version

Unreleased versions should contain the string "SNAPSHOT" in their
version information, so they can be identified as such.

Change-Id: Icd3ce32522d60e5609cdc7d73e92c65959bdf22a
Reviewed-on: http://gerrit.cloudera.org:8080/4539
Reviewed-by: Jim Apple <[email protected]>
Reviewed-by: Alex Behm <[email protected]>
Tested-by: Internal Jenkins


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

Branch: refs/heads/master
Commit: 4d9c261d6dee05b0fa29bf2f7535f0a6a5d7909b
Parents: 6cc296e
Author: Lars Volker <[email protected]>
Authored: Mon Sep 26 13:43:04 2016 -0700
Committer: Internal Jenkins <[email protected]>
Committed: Tue Sep 27 22:23:12 2016 +0000

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


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

Reply via email to