PHOENIX-2863 Let's roll up minor version to 8 (4.8.0) because of namespace 
compatibility checks


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

Branch: refs/heads/4.x-HBase-0.98
Commit: b4590f866c2e21b18a1b559678ce80ef42bdb914
Parents: 41bcb7f
Author: Ankit Singhal <ankitsingha...@gmail.com>
Authored: Thu May 5 11:35:23 2016 +0530
Committer: Ankit Singhal <ankitsingha...@gmail.com>
Committed: Thu May 5 11:35:23 2016 +0530

----------------------------------------------------------------------
 .../main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b4590f86/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
index 8c86b56..f847b97 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
@@ -60,7 +60,7 @@ import com.google.protobuf.ByteString;
  */
 public abstract class MetaDataProtocol extends MetaDataService {
     public static final int PHOENIX_MAJOR_VERSION = 4;
-    public static final int PHOENIX_MINOR_VERSION = 7;
+    public static final int PHOENIX_MINOR_VERSION = 8;
     public static final int PHOENIX_PATCH_NUMBER = 0;
     public static final int PHOENIX_VERSION =
             VersionUtil.encodeVersion(PHOENIX_MAJOR_VERSION, 
PHOENIX_MINOR_VERSION, PHOENIX_PATCH_NUMBER);

Reply via email to