Commit 0dcea0b2 authored by Marshall Pierce's avatar Marshall Pierce
Browse files

Merge pull request #19 from Seagate/features/protocol-2-0-4

Updated the proto version
parents 47575b19 7f69cfc1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,8 +52,8 @@ set(EXTERNAL_PREFIX "${kinetic_cpp_client_BINARY_DIR}/vendor")

include(ExternalProject)

set(KINETIC_PROTO_VERSION "2.0.2")
set(KINETIC_PROTO_MD5 "f5ff4cbea0e909362c46032fb3775c49")
set(KINETIC_PROTO_VERSION "2.0.4")
set(KINETIC_PROTO_MD5 "3ebdb728273b4919ab00a795ffdc91b3")

ExternalProject_add(
    kinetic-proto
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ This repo contains code for producing C and C++ kinetic clients.

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


Dependencies