File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 17
17
cmake_minimum_required (VERSION 3.10 )
18
18
19
19
project (hazelcast-cpp-client
20
- VERSION 5.2.0
20
+ VERSION 5.3
21
21
DESCRIPTION "Hazelcast C++ Client"
22
22
LANGUAGES CXX )
23
23
Original file line number Diff line number Diff line change 1
1
[ ![ codecov] ( https://codecov.io/gh/hazelcast/hazelcast-cpp-client/branch/master/graph/badge.svg )] ( https://codecov.io/gh/hazelcast/hazelcast-cpp-client )
2
2
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
-
5
3
# Async Hazelcast C++ Client
6
4
7
5
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.
Original file line number Diff line number Diff line change 17
17
cmake_minimum_required (VERSION 3.10 )
18
18
19
19
project (hazelcast-cpp-client-examples
20
- VERSION 5.2.0
20
+ VERSION 5.3
21
21
DESCRIPTION "Hazelcast C++ Client Code Examples"
22
22
LANGUAGES CXX )
23
23
You can’t perform that action at this time.
0 commit comments