Skip to content

Commit

Permalink
Version 2021.05.02
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed May 18, 2021
1 parent c5e5a2c commit 859efbd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2021.05.02
- CMake: fix include paths with HIP for Spack

2021.05.01
- CMake fix for Spack
- CMake: fix library paths for Spack

2021.05.00
- HIP/ROCm support
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 3.15 )

project(
slate
VERSION 2021.05.01
VERSION 2021.05.02
LANGUAGES CXX Fortran
)

Expand Down
4 changes: 2 additions & 2 deletions include/slate/slate.hh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
namespace slate {

// Version is updated by make_release.py; DO NOT EDIT.
// Version 2021.05.01
#define SLATE_VERSION 20210501
// Version 2021.05.02
#define SLATE_VERSION 20210502

int version();
const char* id();
Expand Down

0 comments on commit 859efbd

Please sign in to comment.