Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 922e87b1d -> 84baf88e7
Update MetaDataProtocol to 4.6.0 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/84baf88e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/84baf88e Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/84baf88e Branch: refs/heads/4.x-HBase-1.0 Commit: 84baf88e7b5eefc737b81365c256c7a09e8cbd93 Parents: 922e87b Author: Samarth <[email protected]> Authored: Thu Oct 15 12:31:06 2015 -0700 Committer: Samarth <[email protected]> Committed: Thu Oct 15 12:31:06 2015 -0700 ---------------------------------------------------------------------- .../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/84baf88e/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 c2746b9..7d65eb2 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 @@ -55,7 +55,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 = 5; + public static final int PHOENIX_MINOR_VERSION = 6; 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);
