Repository: phoenix Updated Branches: refs/heads/master 928fc62e1 -> 7b512c742
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/7b512c74 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/7b512c74 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/7b512c74 Branch: refs/heads/master Commit: 7b512c7426df391b61115f9dbc7bfe9a10c48026 Parents: 928fc62 Author: Samarth <[email protected]> Authored: Thu Oct 15 12:30:14 2015 -0700 Committer: Samarth <[email protected]> Committed: Thu Oct 15 12:30:14 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/7b512c74/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);
