Commit 93a7e67b authored by Marshall Pierce's avatar Marshall Pierce
Browse files

Merge pull request #4 from Seagate/features/use-version-protocol

Use explicit protocol version
parents 18c22f3a a4894fd7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -65,8 +65,8 @@ ExternalProject_add(
    INSTALL_COMMAND ""
)

set(KINETIC_PROTO_VERSION "9c6b4a180a70f8488c5d8ec8e8a6464c4ff63f84")
set(KINETIC_PROTO_MD5 "17d68ba828e3c0dbcd98c2c9c52ab73a")
set(KINETIC_PROTO_VERSION "2.0.0")
set(KINETIC_PROTO_MD5 "10d4090be4315644874bf80b3e9ff748")

ExternalProject_add(
    kinetic-proto
+6 −0
Original line number Diff line number Diff line
@@ -2,6 +2,12 @@ Introduction
============
This repo contains code for producing C and C++ kinetic clients.


Protocol Version
=================
The client is using version `2.0.0` of the [Kinetic-Protocol](https://github.com/Seagate/kinetic-protocol/releases/tag/2.0.0).


Dependencies
============
* CMake