Repository: phoenix Updated Branches: refs/heads/4.3 8b6ab90a7 -> 7f1b7cac5
PHOENIX-1724 Update MetaDataProtocol patch version for 4.3.1 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/7f1b7cac Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/7f1b7cac Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/7f1b7cac Branch: refs/heads/4.3 Commit: 7f1b7cac5d5379c47951a05094e3c3a25082a83d Parents: 8b6ab90 Author: James Taylor <[email protected]> Authored: Tue Mar 10 11:10:35 2015 -0700 Committer: James Taylor <[email protected]> Committed: Tue Mar 10 11:10:35 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/7f1b7cac/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 26a313d..a832b01 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 @@ -53,7 +53,7 @@ import com.google.protobuf.HBaseZeroCopyByteString; public abstract class MetaDataProtocol extends MetaDataService { public static final int PHOENIX_MAJOR_VERSION = 4; public static final int PHOENIX_MINOR_VERSION = 3; - public static final int PHOENIX_PATCH_NUMBER = 0; + public static final int PHOENIX_PATCH_NUMBER = 1; public static final int PHOENIX_VERSION = VersionUtil.encodeVersion(PHOENIX_MAJOR_VERSION, PHOENIX_MINOR_VERSION, PHOENIX_PATCH_NUMBER);
