You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by rl...@apache.org on 2015/11/17 11:11:22 UTC

incubator-hawq git commit: HAWQ-167. Update HAWQ VERSION to 2.0.0.0_beta for make rpm package.

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 184423164 -> be9a74bea


HAWQ-167. Update HAWQ VERSION to 2.0.0.0_beta for make rpm package.


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

Branch: refs/heads/master
Commit: be9a74bea5181fcea9b14e885a2de5d9089e1b02
Parents: 1844231
Author: rlei <rl...@pivotal.io>
Authored: Tue Nov 17 17:55:49 2015 +0800
Committer: rlei <rl...@pivotal.io>
Committed: Tue Nov 17 17:57:40 2015 +0800

----------------------------------------------------------------------
 getversion | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/be9a74be/getversion
----------------------------------------------------------------------
diff --git a/getversion b/getversion
index 83e78f2..3ba305e 100755
--- a/getversion
+++ b/getversion
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-GP_VERSION="2.0.0.0-beta"
+GP_VERSION="2.0.0.0_beta"
 
 GP_BUILDNUMBER=dev
 if [ -f BUILD_NUMBER ] ; then