11<!-- THIS FILE IS AUTO GENERATED FILE.
2- MODIFY Reference_Manual.md.in TO MAKE CHANGES. -->
2+ MODIFY Reference_Manual.md.in TO MAKE CHANGES.
3+ If you make any changes in Reference_Manual.md.in file,
4+ you need to build the project which will re-generate the Reference_Manual.md file
5+ and commit this generated reference manual in the github repository.
6+ -->
37
48# Hazelcast C++ Client Library
59<!-- ts-->
@@ -223,7 +227,7 @@ Please see [example instructions](https://docs.conan.io/en/latest/getting_starte
223227- You need to put the following lines to your ` conanfile.txt ` :
224228```
225229[requires]
226- hazelcast-cpp-client/5.4 .0
230+ hazelcast-cpp-client/5.5 .0
227231
228232[generators]
229233cmake
@@ -253,22 +257,22 @@ Follow the instructions for your platform:
253257* [ Windows] ( #1134-windows-users )
254258
255259#### 1.1.3.3. Linux and MacOS Users
256- Here is how you download and extract version 5.4 .0 using the ** curl** command:
260+ Here is how you download and extract version 5.5 .0 using the ** curl** command:
257261``` sh
258- curl -Lo hazelcast-cpp-client-5.4 .0.tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v5.4 .0.tar.gz
259- tar xzf hazelcast-cpp-client-5.4 .0.tar.gz
262+ curl -Lo hazelcast-cpp-client-5.5 .0.tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v5.5 .0.tar.gz
263+ tar xzf hazelcast-cpp-client-5.5 .0.tar.gz
260264```
261265
262266Alternatively, you may clone the repository and checkout a specific version:
263267``` sh
264268git clone https://github.com/hazelcast/hazelcast-cpp-client.git
265269cd hazelcast-cpp-client
266- git checkout v5.4 .0
270+ git checkout v5.5 .0
267271```
268272
269273Once you are in the source directory of the Hazelcast C++ client library, create and change into a new directory:
270274``` sh
271- cd hazelcast-cpp-client-5.4 .0
275+ cd hazelcast-cpp-client-5.5 .0
272276mkdir build
273277cd build
274278```
@@ -295,7 +299,7 @@ Download and extract the release archive from the
295299
296300Open 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:
297301``` bat
298- cd hazelcast-cpp-client-5.4 .0
302+ cd hazelcast-cpp-client-5.5 .0
299303mkdir build
300304cd build
301305```
0 commit comments