Skip to content

Commit 29a3c1d

Browse files
Update to new Release cycle 5.6.0 (#1367)
1 parent e8adeab commit 29a3c1d

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
cmake_minimum_required(VERSION 3.10)
1818

1919
project(hazelcast-cpp-client
20-
VERSION 5.5.0
20+
VERSION 5.6.0
2121
DESCRIPTION "Hazelcast C++ Client"
2222
LANGUAGES CXX)
2323

Reference_Manual.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- THIS FILE IS AUTO GENERATED FILE.
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-
-->
7-
81
# Hazelcast C++ Client Library
92
<!--ts-->
103
* [Hazelcast C++ Client Library](#hazelcast-c-client-library)

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
cmake_minimum_required (VERSION 3.10)
1818

1919
project (hazelcast-cpp-client-examples
20-
VERSION 5.5.0
20+
VERSION 5.6.0
2121
DESCRIPTION "Hazelcast C++ Client Code Examples"
2222
LANGUAGES CXX)
2323

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "hazelcast-cpp-client",
4-
"version": "5.5.0",
4+
"version": "5.6.0",
55
"builtin-baseline": "50c0cb48a0cf2f6fc5c7b2c0d2bafbe26d0a7ca2",
66
"dependencies": [
77
{

0 commit comments

Comments
 (0)