Loading CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading