Skip to content

Commit 4411e4d

Browse files
authored
Update the version numbers used in reference manual from 5.2.0 to 5.3.1 (#1301)
Update the version numbers used in reference manual from 5.2.0 to 5.3.1 as expected.
1 parent 2083353 commit 4411e4d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Reference_Manual.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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]
226226
cmake
@@ -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

259259
Alternatively, you may clone the repository and checkout a specific version:
260260
```sh
261261
git clone https://github.com/hazelcast/hazelcast-cpp-client.git
262262
cd hazelcast-cpp-client
263-
git checkout v5.2.0
263+
git checkout v5.3.1
264264
```
265265

266266
Once 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
269269
mkdir build
270270
cd build
271271
```
@@ -292,7 +292,7 @@ Download and extract the release archive from the
292292

293293
Open 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
296296
mkdir build
297297
cd build
298298
```

0 commit comments

Comments
 (0)