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