Skip to content

Commit 2d6e9d7

Browse files
authored
5.3 version update (#1174)
* version update * Readme update
1 parent 0391041 commit 2d6e9d7

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
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.2.0
20+
VERSION 5.3
2121
DESCRIPTION "Hazelcast C++ Client"
2222
LANGUAGES CXX)
2323

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[![codecov](https://codecov.io/gh/hazelcast/hazelcast-cpp-client/branch/master/graph/badge.svg)](https://codecov.io/gh/hazelcast/hazelcast-cpp-client)
22

3-
[![MacOs](https://github.com/hazelcast/hazelcast-cpp-client/actions/workflows/nightly-macos-x86_64.yml/badge.svg)](https://github.com/hazelcast/hazelcast-cpp-client/actions/workflows/nightly-macos-x86_64.yml)[![Windows](https://github.com/hazelcast/hazelcast-cpp-client/actions/workflows/nightly-windows.yml/badge.svg)](https://github.com/hazelcast/hazelcast-cpp-client/actions/workflows/nightly-windows.yml)[![Ubuntu x86_64](https://github.com/hazelcast/hazelcast-cpp-client/actions/workflows/nightly-ubuntu-x86_64.yml/badge.svg)](https://github.com/hazelcast/hazelcast-cpp-client/actions/workflows/nightly-ubuntu-x86_64.yml)[![Ubuntu i386](https://github.com/hazelcast/hazelcast-cpp-client/actions/workflows/nightly-ubuntu-i386.yml/badge.svg)](https://github.com/hazelcast/hazelcast-cpp-client/actions/workflows/nightly-ubuntu-i386.yml)
4-
53
# Async Hazelcast C++ Client
64

75
Hazelcast is an open-source distributed in-memory data store and computation platform. It provides a wide variety of distributed data structures and concurrency primitives.

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.2.0
20+
VERSION 5.3
2121
DESCRIPTION "Hazelcast C++ Client Code Examples"
2222
LANGUAGES CXX)
2323

0 commit comments

Comments
 (0)