Skip to content

Commit 826c372

Browse files
Update to new Release cycle 5.6.0
1 parent 9cff5ef commit 826c372

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

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)