Skip to content

Commit

Permalink
CMakeLists.txt: update version to 0.3.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
CamStan authored Apr 4, 2023
1 parent f3ca64b commit f9ef6c1
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,5 +1,5 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.14)
PROJECT(SPATH VERSION 0.2.0)
PROJECT(SPATH VERSION 0.3.0)

# Mac rpath Policy
IF(POLICY CMP0042)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Some useful CMake command line options:

- C
- MPI (optional)
- CMake, Version 2.8+
- CMake, Version 3.14+

## Release

Expand Down

0 comments on commit f9ef6c1

Please sign in to comment.