We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e615dd9 commit 617708dCopy full SHA for 617708d
CMakeLists.txt
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
4
5
project(
6
cxxmpi
7
- VERSION 0.1.5
+ VERSION 0.1.6
8
DESCRIPTION "Modern C++ wrapper for MPI"
9
HOMEPAGE_URL "https://github.com/range3/cxxmpi"
10
LANGUAGES CXX
vcpkg.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cxxmpi",
3
- "version-semver": "0.1.5",
+ "version-semver": "0.1.6",
"dependencies": [],
"default-features": [],
"features": {
0 commit comments