Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtran committed Oct 27, 2024
1 parent 044348e commit 8c781de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.22)

project(SLB4MPI
VERSION 0.0.1
VERSION 0.0.2
DESCRIPTION "Simple load balancers for MPI")

option(SLB4MPI_ENABLE_CXX "Enable C++-implemented load balancer" OFF)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ To use SLB4MPI from your project, add the following lines into your `CMakeLists.
include(FetchContent)
FetchContent_Declare(SLB4MPI
GIT_REPOSITORY https://github.com/foxtran/SLB4MPI.git
GIT_TAG 0.0.1
GIT_TAG 0.0.2
)
FetchContent_MakeAvailable(SLB4MPI)
FetchContent_GetProperties(SLB4MPI SOURCE_DIR SLB4MPI_SOURCE_DIR)
Expand Down

0 comments on commit 8c781de

Please sign in to comment.