Skip to content

Commit

Permalink
CMakeLists.txt: update to version 0.8.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
CamStan authored Apr 4, 2023
1 parent 718c902 commit ee2c500
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(AXL VERSION 0.7.1)
PROJECT(AXL VERSION 0.8.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 @@ For building with IBM BB API (optional):
### Dependencies

- C
- CMake, Version 2.8+
- CMake, Version 3.14+
- [KVTree](https://github.com/LLNL/KVTree)
- MPI (optional)

Expand Down

0 comments on commit ee2c500

Please sign in to comment.