Skip to content

Commit

Permalink
Merge pull request #114 from SU-HPC/hotfix/v0.2.1
Browse files Browse the repository at this point in the history
Fixed library header file including line in the getting started page
  • Loading branch information
AmroAlJundi authored May 23, 2022
2 parents 0028779 + 2336429 commit 905ec7c
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
Expand Up @@ -6,7 +6,7 @@ else()
cmake_policy(VERSION 3.18)
endif()

project( SparseBase_project VERSION 0.1.5 )
project( SparseBase_project VERSION 0.2.1 )
option(RUN_TESTS "Enable running tests" OFF)
option(_HEADER_ONLY "Use the library as a header only library?" OFF)
option(CUDA "Enable CUDA" OFF)
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ make format
SparseBase can be included using the ``sparsebase.h`` header file.

```cpp
#include "sparsebase/sparsebase.h"
#include "sparsebase.h"
```

If desired users can include individual namespaces using their respective headers.
Expand Down

0 comments on commit 905ec7c

Please sign in to comment.