Skip to content

Commit f9ef6c1

Browse files
authored
CMakeLists.txt: update version to 0.3.0 (#29)
1 parent f3ca64b commit f9ef6c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CMAKE_MINIMUM_REQUIRED(VERSION 3.14)
2-
PROJECT(SPATH VERSION 0.2.0)
2+
PROJECT(SPATH VERSION 0.3.0)
33

44
# Mac rpath Policy
55
IF(POLICY CMP0042)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Some useful CMake command line options:
3838

3939
- C
4040
- MPI (optional)
41-
- CMake, Version 2.8+
41+
- CMake, Version 3.14+
4242

4343
## Release
4444

0 commit comments

Comments
 (0)