Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
cmake_minimum_required(VERSION 3.10)

project(hazelcast-cpp-client
VERSION 5.5.0
VERSION 5.6.0
DESCRIPTION "Hazelcast C++ Client"
LANGUAGES CXX)

Expand Down
7 changes: 0 additions & 7 deletions Reference_Manual.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😬

Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<!-- THIS FILE IS AUTO GENERATED FILE.
MODIFY Reference_Manual.md.in TO MAKE CHANGES.
If you make any changes in Reference_Manual.md.in file,
you need to build the project which will re-generate the Reference_Manual.md file
and commit this generated reference manual in the github repository.
-->

# Hazelcast C++ Client Library
<!--ts-->
* [Hazelcast C++ Client Library](#hazelcast-c-client-library)
Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
cmake_minimum_required (VERSION 3.10)

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

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "hazelcast-cpp-client",
"version": "5.5.0",
"version": "5.6.0",
"builtin-baseline": "50c0cb48a0cf2f6fc5c7b2c0d2bafbe26d0a7ca2",
"dependencies": [
{
Expand Down
Loading