@@ -220,7 +220,7 @@ Please see [example instructions](https://docs.conan.io/en/latest/getting_starte
220220- You need to put the following lines to your ` conanfile.txt ` :
221221```
222222[requires]
223- hazelcast-cpp-client/5.2.0
223+ hazelcast-cpp-client/5.3.1
224224
225225[generators]
226226cmake
@@ -250,22 +250,22 @@ Follow the instructions for your platform:
250250* [ Windows] ( #1134-windows-users )
251251
252252#### 1.1.3.3. Linux and MacOS Users
253- Here is how you download and extract version 5.2.0 using the ** curl** command:
253+ Here is how you download and extract version 5.3.1 using the ** curl** command:
254254``` sh
255- curl -Lo hazelcast-cpp-client-5.2.0 .tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v5.2.0 .tar.gz
256- tar xzf hazelcast-cpp-client-5.2.0 .tar.gz
255+ curl -Lo hazelcast-cpp-client-5.3.1 .tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v5.3.1 .tar.gz
256+ tar xzf hazelcast-cpp-client-5.3.1 .tar.gz
257257```
258258
259259Alternatively, you may clone the repository and checkout a specific version:
260260``` sh
261261git clone https://github.com/hazelcast/hazelcast-cpp-client.git
262262cd hazelcast-cpp-client
263- git checkout v5.2.0
263+ git checkout v5.3.1
264264```
265265
266266Once you are in the source directory of the Hazelcast C++ client library, create and change into a new directory:
267267``` sh
268- cd hazelcast-cpp-client-5.2.0
268+ cd hazelcast-cpp-client-5.3.1
269269mkdir build
270270cd build
271271```
@@ -292,7 +292,7 @@ Download and extract the release archive from the
292292
293293Open a ` cmd ` window and change into the folder where you extracted the contents of the release archive. Then create and change into a new directory:
294294``` bat
295- cd hazelcast-cpp-client-5.2.0
295+ cd hazelcast-cpp-client-5.3.1
296296mkdir build
297297cd build
298298```
0 commit comments