@@ -175,7 +175,7 @@ Please see [example instructions](https://docs.conan.io/en/latest/getting_starte
175175- You need to put the following lines to your ` conanfile.txt ` :
176176```
177177[requires]
178- hazelcast-cpp-client/4.1.0
178+ hazelcast-cpp-client/4.1.1
179179
180180[generators]
181181cmake
@@ -231,22 +231,22 @@ Follow the instructions for your platform:
231231* [ Windows] ( #1133-windows-users )
232232
233233#### 1.1.3.3. Linux and MacOS Users
234- Here is how you download and extract version 4.1.0 using the ** curl** command:
234+ Here is how you download and extract version 4.1.1 using the ** curl** command:
235235``` sh
236- curl -Lo hazelcast-cpp-client-4.1.0 .tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v4.1.0 .tar.gz
237- tar xzf hazelcast-cpp-client-4.1.0 .tar.gz
236+ curl -Lo hazelcast-cpp-client-4.1.1 .tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v4.1.1 .tar.gz
237+ tar xzf hazelcast-cpp-client-4.1.1 .tar.gz
238238```
239239
240240Alternatively, you may clone the repository and checkout a specific version:
241241``` sh
242242git clone https://github.com/hazelcast/hazelcast-cpp-client.git
243243cd hazelcast-cpp-client
244- git checkout v4.1.0
244+ git checkout v4.1.1
245245```
246246
247247Once you are in the source directory of the Hazelcast C++ client library, create and change into a new directory:
248248``` sh
249- cd hazelcast-cpp-client-4.1.0
249+ cd hazelcast-cpp-client-4.1.1
250250mkdir build
251251cd build
252252```
@@ -270,7 +270,7 @@ Download and extract the release archive from the
270270
271271Open 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:
272272``` bat
273- cd hazelcast-cpp-client-4.1.0
273+ cd hazelcast-cpp-client-4.1.1
274274mkdir build
275275cd build
276276```
0 commit comments